Html Css Color HEX #BB5DAB Fuchsia

📋 copy color: '#BB5DAB'

red 187 ◦ green 93 ◦ blue 171

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

Shades of Fuchsia #BB5DAB

Tints of Fuchsia #BB5DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 41.46%
G = 20.62%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB5DAB (or 0xBB5DAB) is known color: Fuchsia. HEX triplet: BB, 5D and AB. RGB value is (187,93,171). Sum of RGB (Red+Green+Blue) = 187+93+171=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DAB is #44A254. Grayscale: #818181. Windows color (decimal): -4498005 or 11230651. OLE color: 11230651.

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

Color convert

RGB 187 93 171 -
CMYK 0 0.50 0.09 0.27
HSL 310.21º 0.41% 0.55% -
HSV(B) 310.21º 0.5% 0.73% -
XYZ 31.76 21.33 40.97 -
YUV 130 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 187 93 171 0 0.50 0.09 0.27 310.21 0.41 0.55
Hex BB 5D AB 0 32 9 1B 136 29 37
Octal 273 135 253 0 62 11 33 466 51 67
Binary 10111011 1011101 10101011 0 110010 1001 11011 100110110 101001 110111

Color Harmonies of #BB5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DAB

Black with #BB5DAB

Text Example


Text Example

White with #BB5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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