Html Css Color HEX #BB5DB9 Fuchsia

📋 copy color: '#BB5DB9'

red 187 ◦ green 93 ◦ blue 185

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

Shades of Fuchsia #BB5DB9

Tints of Fuchsia #BB5DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.78%

R = 40.22%
G = 20%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB5DB9 (or 0xBB5DB9) is known color: Fuchsia. HEX triplet: BB, 5D and B9. RGB value is (187,93,185). Sum of RGB (Red+Green+Blue) = 187+93+185=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DB9 is #44A246. Grayscale: #838383. Windows color (decimal): -4497991 or 12148155. OLE color: 12148155.

HSL color Cylindrical-coordinate representation of color #BB5DB9: hue angle of 301.28º 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 #BB5DB9 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 185 -
CMYK 0 0.50 0.01 0.27
HSL 301.28º 0.41% 0.55% -
HSV(B) 301.28º 0.5% 0.73% -
XYZ 33.16 21.9 48.38 -
YUV 131.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 187 93 185 0 0.50 0.01 0.27 301.28 0.41 0.55
Hex BB 5D B9 0 32 1 1B 12D 29 37
Octal 273 135 271 0 62 1 33 455 51 67
Binary 10111011 1011101 10111001 0 110010 1 11011 100101101 101001 110111

Color Harmonies of #BB5DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DB9

Black with #BB5DB9

Text Example


Text Example

White with #BB5DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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