Html Css Color HEX #BB52AC Fuchsia

📋 copy color: '#BB52AC'

red 187 ◦ green 82 ◦ blue 172

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

Shades of Fuchsia #BB52AC

Tints of Fuchsia #BB52AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.59%

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

R = 42.4%
G = 18.59%
B = 39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB52AC (or 0xBB52AC) is known color: Fuchsia. HEX triplet: BB, 52 and AC. RGB value is (187,82,172). Sum of RGB (Red+Green+Blue) = 187+82+172=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB52AC is #44AD53. Grayscale: #7B7B7B. Windows color (decimal): -4500820 or 11293371. OLE color: 11293371.

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

Color convert

RGB 187 82 172 -
CMYK 0 0.56 0.08 0.27
HSL 308.57º 0.44% 0.53% -
HSV(B) 308.57º 0.56% 0.73% -
XYZ 30.96 19.58 41.18 -
YUV 123.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 187 82 172 0 0.56 0.08 0.27 308.57 0.44 0.53
Hex BB 52 AC 0 38 8 1B 135 2C 35
Octal 273 122 254 0 70 10 33 465 54 65
Binary 10111011 1010010 10101100 0 111000 1000 11011 100110101 101100 110101

Color Harmonies of #BB52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52AC

Black with #BB52AC

Text Example


Text Example

White with #BB52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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