Html Css Color HEX #BB5EBC Fuchsia

📋 copy color: '#BB5EBC'

red 187 ◦ green 94 ◦ blue 188

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

Shades of Fuchsia #BB5EBC

Tints of Fuchsia #BB5EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 39.87%
G = 20.04%
B = 40.09%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB5EBC (or 0xBB5EBC) is known color: Fuchsia. HEX triplet: BB, 5E and BC. RGB value is (187,94,188). Sum of RGB (Red+Green+Blue) = 187+94+188=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5EBC is #44A143. Grayscale: #848484. Windows color (decimal): -4497732 or 12345019. OLE color: 12345019.

HSL color Cylindrical-coordinate representation of color #BB5EBC: hue angle of 299.36º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5EBC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 94 188 -
CMYK 0.01 0.50 0 0.26
HSL 299.36º 0.41% 0.55% -
HSV(B) 299.36º 0.5% 0.74% -
XYZ 33.57 22.2 50.09 -
YUV 132.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 187 94 188 0.01 0.50 0 0.26 299.36 0.41 0.55
Hex BB 5E BC 1 32 0 1A 12B 29 37
Octal 273 136 274 1 62 0 32 453 51 67
Binary 10111011 1011110 10111100 1 110010 0 11010 100101011 101001 110111

Color Harmonies of #BB5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EBC

Black with #BB5EBC

Text Example


Text Example

White with #BB5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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