Html Css Color HEX #BB5EAA Fuchsia

📋 copy color: '#BB5EAA'

red 187 ◦ green 94 ◦ blue 170

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

Shades of Fuchsia #BB5EAA

Tints of Fuchsia #BB5EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.69%

R = 41.46%
G = 20.84%
B = 37.69%

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

#BB5EAA (or 0xBB5EAA) is known color: Fuchsia. HEX triplet: BB, 5E and AA. RGB value is (187,94,170). Sum of RGB (Red+Green+Blue) = 187+94+170=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5EAA is #44A155. Grayscale: #828282. Windows color (decimal): -4497750 or 11165371. OLE color: 11165371.

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

Color convert

RGB 187 94 170 -
CMYK 0 0.50 0.09 0.27
HSL 310.97º 0.41% 0.55% -
HSV(B) 310.97º 0.5% 0.73% -
XYZ 31.75 21.47 40.5 -
YUV 130.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 187 94 170 0 0.50 0.09 0.27 310.97 0.41 0.55
Hex BB 5E AA 0 32 9 1B 137 29 37
Octal 273 136 252 0 62 11 33 467 51 67
Binary 10111011 1011110 10101010 0 110010 1001 11011 100110111 101001 110111

Color Harmonies of #BB5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EAA

Black with #BB5EAA

Text Example


Text Example

White with #BB5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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