Html Css Color HEX #BB42BF Fuchsia

📋 copy color: '#BB42BF'

red 187 ◦ green 66 ◦ blue 191

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

Shades of Fuchsia #BB42BF

Tints of Fuchsia #BB42BF

RGB

 RED value IS 187 (73.44% from 255) = 42.12%

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

 BLUE value IS 191 (75% from 255) = 43.02%

R = 42.12%
G = 14.86%
B = 43.02%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB42BF (or 0xBB42BF) is known color: Fuchsia. HEX triplet: BB, 42 and BF. RGB value is (187,66,191). Sum of RGB (Red+Green+Blue) = 187+66+191=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB42BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42BF is #44BD40. Grayscale: #747474. Windows color (decimal): -4504897 or 12534459. OLE color: 12534459.

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

Color convert

RGB 187 66 191 -
CMYK 0.02 0.65 0 0.25
HSL 298.08º 0.49% 0.5% -
HSV(B) 298.08º 0.65% 0.75% -
XYZ 31.85 18.22 51.13 -
YUV 116.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 187 66 191 0.02 0.65 0 0.25 298.08 0.49 0.5
Hex BB 42 BF 2 41 0 19 12A 31 32
Octal 273 102 277 2 101 0 31 452 61 62
Binary 10111011 1000010 10111111 10 1000001 0 11001 100101010 110001 110010

Color Harmonies of #BB42BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42BF

Black with #BB42BF

Text Example


Text Example

White with #BB42BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42BF; }

 p { color: rgb(187,66,191); }

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

background-color css

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

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

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

border-color css

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

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

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