Html Css Color HEX #BB4DB2 Fuchsia

📋 copy color: '#BB4DB2'

red 187 ◦ green 77 ◦ blue 178

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

Shades of Fuchsia #BB4DB2

Tints of Fuchsia #BB4DB2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.42%

 BLUE value IS 178 (69.92% from 255) = 40.27%

R = 42.31%
G = 17.42%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB4DB2 (or 0xBB4DB2) is known color: Fuchsia. HEX triplet: BB, 4D and B2. RGB value is (187,77,178). Sum of RGB (Red+Green+Blue) = 187+77+178=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4DB2 is #44B24D. Grayscale: #797979. Windows color (decimal): -4502094 or 11685307. OLE color: 11685307.

HSL color Cylindrical-coordinate representation of color #BB4DB2: hue angle of 304.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4DB2 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 178 -
CMYK 0 0.59 0.05 0.27
HSL 304.91º 0.45% 0.52% -
HSV(B) 304.91º 0.59% 0.73% -
XYZ 31.18 19.09 44.16 -
YUV 121.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 187 77 178 0 0.59 0.05 0.27 304.91 0.45 0.52
Hex BB 4D B2 0 3B 5 1B 131 2D 34
Octal 273 115 262 0 73 5 33 461 55 64
Binary 10111011 1001101 10110010 0 111011 101 11011 100110001 101101 110100

Color Harmonies of #BB4DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DB2

Black with #BB4DB2

Text Example


Text Example

White with #BB4DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DB2; }

 p { color: rgb(187,77,178); }

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

background-color css

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

 a { background-color: rgb(187,77,178); }

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

border-color css

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

 span { border-color: rgb(187,77,178); }

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