Html Css Color HEX #BE42BA Fuchsia

📋 copy color: '#BE42BA'

red 190 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #BE42BA

Tints of Fuchsia #BE42BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 42.99%
G = 14.93%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE42BA (or 0xBE42BA) is known color: Fuchsia. HEX triplet: BE, 42 and BA. RGB value is (190,66,186). Sum of RGB (Red+Green+Blue) = 190+66+186=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42BA is #41BD45. Grayscale: #747474. Windows color (decimal): -4308294 or 12206782. OLE color: 12206782.

HSL color Cylindrical-coordinate representation of color #BE42BA: hue angle of 301.94º 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 #BE42BA is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 66 186 -
CMYK 0 0.65 0.02 0.25
HSL 301.94º 0.49% 0.5% -
HSV(B) 301.94º 0.65% 0.75% -
XYZ 32.05 18.39 48.31 -
YUV 116.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 190 66 186 0 0.65 0.02 0.25 301.94 0.49 0.5
Hex BE 42 BA 0 41 2 19 12E 31 32
Octal 276 102 272 0 101 2 31 456 61 62
Binary 10111110 1000010 10111010 0 1000001 10 11001 100101110 110001 110010

Color Harmonies of #BE42BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42BA

Black with #BE42BA

Text Example


Text Example

White with #BE42BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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