Html Css Color HEX #BB5EAB Fuchsia

📋 copy color: '#BB5EAB'

red 187 ◦ green 94 ◦ blue 171

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

Shades of Fuchsia #BB5EAB

Tints of Fuchsia #BB5EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.8%

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

R = 41.37%
G = 20.8%
B = 37.83%

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

#BB5EAB (or 0xBB5EAB) is known color: Fuchsia. HEX triplet: BB, 5E and AB. RGB value is (187,94,171). Sum of RGB (Red+Green+Blue) = 187+94+171=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5EAB is #44A154. Grayscale: #828282. Windows color (decimal): -4497749 or 11230907. OLE color: 11230907.

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

Color convert

RGB 187 94 171 -
CMYK 0 0.50 0.09 0.27
HSL 310.32º 0.41% 0.55% -
HSV(B) 310.32º 0.5% 0.73% -
XYZ 31.85 21.51 41 -
YUV 130.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 187 94 171 0 0.50 0.09 0.27 310.32 0.41 0.55
Hex BB 5E AB 0 32 9 1B 136 29 37
Octal 273 136 253 0 62 11 33 466 51 67
Binary 10111011 1011110 10101011 0 110010 1001 11011 100110110 101001 110111

Color Harmonies of #BB5EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EAB

Black with #BB5EAB

Text Example


Text Example

White with #BB5EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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