Html Css Color HEX #BE45BE Fuchsia

📋 copy color: '#BE45BE'

red 190 ◦ green 69 ◦ blue 190

#BE45BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BE45BE

Tints of Fuchsia #BE45BE

RGB

 RED value IS 190 (74.61% from 255) = 42.32%

 GREEN value IS 69 (27.34% from 255) = 15.37%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 42.32%
G = 15.37%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE45BE (or 0xBE45BE) is known color: Fuchsia. HEX triplet: BE, 45 and BE. RGB value is (190,69,190). Sum of RGB (Red+Green+Blue) = 190+69+190=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE45BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE45BE is #41BA41. Grayscale: #767676. Windows color (decimal): -4307522 or 12469694. OLE color: 12469694.

HSL color Cylindrical-coordinate representation of color #BE45BE: hue angle of 300º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE45BE is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 69 190 -
CMYK 0 0.64 0 0.25
HSL 300º 0.48% 0.51% -
HSV(B) 300º 0.64% 0.75% -
XYZ 32.66 18.92 50.65 -
YUV 118.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 190 69 190 0 0.64 0 0.25 300 0.48 0.51
Hex BE 45 BE 0 40 0 19 12C 30 33
Octal 276 105 276 0 100 0 31 454 60 63
Binary 10111110 1000101 10111110 0 1000000 0 11001 100101100 110000 110011

Color Harmonies of #BE45BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45BE

Black with #BE45BE

Text Example


Text Example

White with #BE45BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45BE; }

 p { color: rgb(190,69,190); }

 H1.HeaderClassName
 {
   color: #BE45BE;
 }
 .AnyTagClassName
 {
   color: #BE45BE;
 }
</style>

background-color css

<style>
 a { background-color: #BE45BE; }

 a { background-color: rgb(190,69,190); }

 div.DivClassName
 {
   background-color: #BE45BE;
 }
 .BgClassName
 {
   background-color: #BE45BE;
 }
</style>

border-color css

<style>
 span { border-color: #BE45BE; }

 span { border-color: rgb(190,69,190); }

 td.TdClassName
 {
   border-color: #BE45BE;
 }
 .TagClassName
 {
   border-color: #BE45BE;
 }
</style>