Html Css Color HEX #BB55AC Fuchsia

📋 copy color: '#BB55AC'

red 187 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #BB55AC

Tints of Fuchsia #BB55AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 42.12%
G = 19.14%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB55AC (or 0xBB55AC) is known color: Fuchsia. HEX triplet: BB, 55 and AC. RGB value is (187,85,172). Sum of RGB (Red+Green+Blue) = 187+85+172=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB55AC is #44AA53. Grayscale: #7D7D7D. Windows color (decimal): -4500052 or 11294139. OLE color: 11294139.

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

Color convert

RGB 187 85 172 -
CMYK 0 0.55 0.08 0.27
HSL 308.82º 0.43% 0.53% -
HSV(B) 308.82º 0.55% 0.73% -
XYZ 31.19 20.04 41.25 -
YUV 125.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 187 85 172 0 0.55 0.08 0.27 308.82 0.43 0.53
Hex BB 55 AC 0 37 8 1B 135 2B 35
Octal 273 125 254 0 67 10 33 465 53 65
Binary 10111011 1010101 10101100 0 110111 1000 11011 100110101 101011 110101

Color Harmonies of #BB55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55AC

Black with #BB55AC

Text Example


Text Example

White with #BB55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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