Html Css Color HEX #BB52BD Fuchsia

📋 copy color: '#BB52BD'

red 187 ◦ green 82 ◦ blue 189

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

Shades of Fuchsia #BB52BD

Tints of Fuchsia #BB52BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 40.83%
G = 17.9%
B = 41.27%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB52BD (or 0xBB52BD) is known color: Fuchsia. HEX triplet: BB, 52 and BD. RGB value is (187,82,189). Sum of RGB (Red+Green+Blue) = 187+82+189=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB52BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52BD is #44AD42. Grayscale: #7D7D7D. Windows color (decimal): -4500803 or 12407483. OLE color: 12407483.

HSL color Cylindrical-coordinate representation of color #BB52BD: hue angle of 298.88º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB52BD is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 82 189 -
CMYK 0.01 0.57 0 0.26
HSL 298.88º 0.45% 0.53% -
HSV(B) 298.88º 0.57% 0.74% -
XYZ 32.7 20.27 50.33 -
YUV 125.59 163.79 171.8 -
System Red Green Blue C M Y K H S L
Decimal 187 82 189 0.01 0.57 0 0.26 298.88 0.45 0.53
Hex BB 52 BD 1 39 0 1A 12B 2D 35
Octal 273 122 275 1 71 0 32 453 55 65
Binary 10111011 1010010 10111101 1 111001 0 11010 100101011 101101 110101

Color Harmonies of #BB52BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52BD

Black with #BB52BD

Text Example


Text Example

White with #BB52BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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