Html Css Color HEX #BB52BE Fuchsia

📋 copy color: '#BB52BE'

red 187 ◦ green 82 ◦ blue 190

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

Shades of Fuchsia #BB52BE

Tints of Fuchsia #BB52BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 40.74%
G = 17.86%
B = 41.39%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB52BE (or 0xBB52BE) is known color: Fuchsia. HEX triplet: BB, 52 and BE. RGB value is (187,82,190). Sum of RGB (Red+Green+Blue) = 187+82+190=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB52BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52BE is #44AD41. Grayscale: #7D7D7D. Windows color (decimal): -4500802 or 12473019. OLE color: 12473019.

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

Color convert

RGB 187 82 190 -
CMYK 0.02 0.57 0 0.25
HSL 298.33º 0.45% 0.53% -
HSV(B) 298.33º 0.57% 0.75% -
XYZ 32.81 20.32 50.91 -
YUV 125.71 164.29 171.72 -
System Red Green Blue C M Y K H S L
Decimal 187 82 190 0.02 0.57 0 0.25 298.33 0.45 0.53
Hex BB 52 BE 2 39 0 19 12A 2D 35
Octal 273 122 276 2 71 0 31 452 55 65
Binary 10111011 1010010 10111110 10 111001 0 11001 100101010 101101 110101

Color Harmonies of #BB52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52BE

Black with #BB52BE

Text Example


Text Example

White with #BB52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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