Html Css Color HEX #BE42BE Fuchsia

📋 copy color: '#BE42BE'

red 190 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #BE42BE

Tints of Fuchsia #BE42BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.8%

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

R = 42.6%
G = 14.8%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE42BE (or 0xBE42BE) is known color: Fuchsia. HEX triplet: BE, 42 and BE. RGB value is (190,66,190). Sum of RGB (Red+Green+Blue) = 190+66+190=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE42BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42BE is #41BD41. Grayscale: #747474. Windows color (decimal): -4308290 or 12468926. OLE color: 12468926.

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

Color convert

RGB 190 66 190 -
CMYK 0 0.65 0 0.25
HSL 300º 0.49% 0.5% -
HSV(B) 300º 0.65% 0.75% -
XYZ 32.48 18.56 50.59 -
YUV 117.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 190 66 190 0 0.65 0 0.25 300 0.49 0.5
Hex BE 42 BE 0 41 0 19 12C 31 32
Octal 276 102 276 0 101 0 31 454 61 62
Binary 10111110 1000010 10111110 0 1000001 0 11001 100101100 110001 110010

Color Harmonies of #BE42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42BE

Black with #BE42BE

Text Example


Text Example

White with #BE42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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