Html Css Color HEX #BB52BA Fuchsia

📋 copy color: '#BB52BA'

red 187 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #BB52BA

Tints of Fuchsia #BB52BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 41.1%
G = 18.02%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB52BA (or 0xBB52BA) is known color: Fuchsia. HEX triplet: BB, 52 and BA. RGB value is (187,82,186). Sum of RGB (Red+Green+Blue) = 187+82+186=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52BA is #44AD45. Grayscale: #7C7C7C. Windows color (decimal): -4500806 or 12210875. OLE color: 12210875.

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

Color convert

RGB 187 82 186 -
CMYK 0 0.56 0.01 0.27
HSL 300.57º 0.44% 0.53% -
HSV(B) 300.57º 0.56% 0.73% -
XYZ 32.37 20.14 48.64 -
YUV 125.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 187 82 186 0 0.56 0.01 0.27 300.57 0.44 0.53
Hex BB 52 BA 0 38 1 1B 12D 2C 35
Octal 273 122 272 0 70 1 33 455 54 65
Binary 10111011 1010010 10111010 0 111000 1 11011 100101101 101100 110101

Color Harmonies of #BB52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52BA

Black with #BB52BA

Text Example


Text Example

White with #BB52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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