Html Css Color HEX #BB5EA8 Fuchsia

📋 copy color: '#BB5EA8'

red 187 ◦ green 94 ◦ blue 168

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

Shades of Fuchsia #BB5EA8

Tints of Fuchsia #BB5EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.42%

R = 41.65%
G = 20.94%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB5EA8 (or 0xBB5EA8) is known color: Fuchsia. HEX triplet: BB, 5E and A8. RGB value is (187,94,168). Sum of RGB (Red+Green+Blue) = 187+94+168=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5EA8 is #44A157. Grayscale: #828282. Windows color (decimal): -4497752 or 11034299. OLE color: 11034299.

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

Color convert

RGB 187 94 168 -
CMYK 0 0.50 0.10 0.27
HSL 312.26º 0.41% 0.55% -
HSV(B) 312.26º 0.5% 0.73% -
XYZ 31.56 21.4 39.51 -
YUV 130.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 187 94 168 0 0.50 0.10 0.27 312.26 0.41 0.55
Hex BB 5E A8 0 32 A 1B 138 29 37
Octal 273 136 250 0 62 12 33 470 51 67
Binary 10111011 1011110 10101000 0 110010 1010 11011 100111000 101001 110111

Color Harmonies of #BB5EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EA8

Black with #BB5EA8

Text Example


Text Example

White with #BB5EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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