Html Css Color HEX #BB5DB6 Fuchsia

📋 copy color: '#BB5DB6'

red 187 ◦ green 93 ◦ blue 182

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

Shades of Fuchsia #BB5DB6

Tints of Fuchsia #BB5DB6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.13%

 BLUE value IS 182 (71.48% from 255) = 39.39%

R = 40.48%
G = 20.13%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB5DB6 (or 0xBB5DB6) is known color: Fuchsia. HEX triplet: BB, 5D and B6. RGB value is (187,93,182). Sum of RGB (Red+Green+Blue) = 187+93+182=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DB6 is #44A249. Grayscale: #828282. Windows color (decimal): -4497994 or 11951547. OLE color: 11951547.

HSL color Cylindrical-coordinate representation of color #BB5DB6: hue angle of 303.19º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5DB6 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 182 -
CMYK 0 0.50 0.03 0.27
HSL 303.19º 0.41% 0.55% -
HSV(B) 303.19º 0.5% 0.73% -
XYZ 32.85 21.77 46.73 -
YUV 131.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 187 93 182 0 0.50 0.03 0.27 303.19 0.41 0.55
Hex BB 5D B6 0 32 3 1B 12F 29 37
Octal 273 135 266 0 62 3 33 457 51 67
Binary 10111011 1011101 10110110 0 110010 11 11011 100101111 101001 110111

Color Harmonies of #BB5DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DB6

Black with #BB5DB6

Text Example


Text Example

White with #BB5DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DB6; }

 p { color: rgb(187,93,182); }

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

background-color css

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

 a { background-color: rgb(187,93,182); }

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

border-color css

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

 span { border-color: rgb(187,93,182); }

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