Html Css Color HEX #BB5DB0 Fuchsia

📋 copy color: '#BB5DB0'

red 187 ◦ green 93 ◦ blue 176

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

Shades of Fuchsia #BB5DB0

Tints of Fuchsia #BB5DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.6%

R = 41.01%
G = 20.39%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB5DB0 (or 0xBB5DB0) is known color: Fuchsia. HEX triplet: BB, 5D and B0. RGB value is (187,93,176). Sum of RGB (Red+Green+Blue) = 187+93+176=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DB0 is #44A24F. Grayscale: #828282. Windows color (decimal): -4498000 or 11558331. OLE color: 11558331.

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

Color convert

RGB 187 93 176 -
CMYK 0 0.50 0.06 0.27
HSL 307.02º 0.41% 0.55% -
HSV(B) 307.02º 0.5% 0.73% -
XYZ 32.24 21.53 43.53 -
YUV 130.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 187 93 176 0 0.50 0.06 0.27 307.02 0.41 0.55
Hex BB 5D B0 0 32 6 1B 133 29 37
Octal 273 135 260 0 62 6 33 463 51 67
Binary 10111011 1011101 10110000 0 110010 110 11011 100110011 101001 110111

Color Harmonies of #BB5DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DB0

Black with #BB5DB0

Text Example


Text Example

White with #BB5DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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