Html Css Color HEX #BB52A8 Fuchsia

📋 copy color: '#BB52A8'

red 187 ◦ green 82 ◦ blue 168

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

Shades of Fuchsia #BB52A8

Tints of Fuchsia #BB52A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.44%

R = 42.79%
G = 18.76%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB52A8 (or 0xBB52A8) is known color: Fuchsia. HEX triplet: BB, 52 and A8. RGB value is (187,82,168). Sum of RGB (Red+Green+Blue) = 187+82+168=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB52A8 is #44AD57. Grayscale: #7A7A7A. Windows color (decimal): -4500824 or 11031227. OLE color: 11031227.

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

Color convert

RGB 187 82 168 -
CMYK 0 0.56 0.10 0.27
HSL 310.86º 0.44% 0.53% -
HSV(B) 310.86º 0.56% 0.73% -
XYZ 30.58 19.43 39.18 -
YUV 123.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 187 82 168 0 0.56 0.10 0.27 310.86 0.44 0.53
Hex BB 52 A8 0 38 A 1B 137 2C 35
Octal 273 122 250 0 70 12 33 467 54 65
Binary 10111011 1010010 10101000 0 111000 1010 11011 100110111 101100 110101

Color Harmonies of #BB52A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52A8

Black with #BB52A8

Text Example


Text Example

White with #BB52A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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