Html Css Color HEX #BB55BB Fuchsia

📋 copy color: '#BB55BB'

red 187 ◦ green 85 ◦ blue 187

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

Shades of Fuchsia #BB55BB

Tints of Fuchsia #BB55BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 40.74%
G = 18.52%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB55BB (or 0xBB55BB) is known color: Fuchsia. HEX triplet: BB, 55 and BB. RGB value is (187,85,187). Sum of RGB (Red+Green+Blue) = 187+85+187=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB55BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55BB is #44AA44. Grayscale: #7E7E7E. Windows color (decimal): -4500037 or 12277179. OLE color: 12277179.

HSL color Cylindrical-coordinate representation of color #BB55BB: hue angle of 300º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB55BB is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 85 187 -
CMYK 0 0.55 0 0.27
HSL 300º 0.43% 0.53% -
HSV(B) 300º 0.55% 0.73% -
XYZ 32.71 20.65 49.28 -
YUV 127.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 187 85 187 0 0.55 0 0.27 300 0.43 0.53
Hex BB 55 BB 0 37 0 1B 12C 2B 35
Octal 273 125 273 0 67 0 33 454 53 65
Binary 10111011 1010101 10111011 0 110111 0 11011 100101100 101011 110101

Color Harmonies of #BB55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55BB

Black with #BB55BB

Text Example


Text Example

White with #BB55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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