Html Css Color HEX #BB55BC Fuchsia

📋 copy color: '#BB55BC'

red 187 ◦ green 85 ◦ blue 188

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

Shades of Fuchsia #BB55BC

Tints of Fuchsia #BB55BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.48%

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

R = 40.65%
G = 18.48%
B = 40.87%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB55BC (or 0xBB55BC) is known color: Fuchsia. HEX triplet: BB, 55 and BC. RGB value is (187,85,188). Sum of RGB (Red+Green+Blue) = 187+85+188=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB55BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55BC is #44AA43. Grayscale: #7E7E7E. Windows color (decimal): -4500036 or 12342715. OLE color: 12342715.

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

Color convert

RGB 187 85 188 -
CMYK 0.01 0.55 0 0.26
HSL 299.42º 0.43% 0.54% -
HSV(B) 299.42º 0.55% 0.74% -
XYZ 32.82 20.69 49.84 -
YUV 127.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 187 85 188 0.01 0.55 0 0.26 299.42 0.43 0.54
Hex BB 55 BC 1 37 0 1A 12B 2B 36
Octal 273 125 274 1 67 0 32 453 53 66
Binary 10111011 1010101 10111100 1 110111 0 11010 100101011 101011 110110

Color Harmonies of #BB55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55BC

Black with #BB55BC

Text Example


Text Example

White with #BB55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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