Html Css Color HEX #BB36BE Fuchsia

📋 copy color: '#BB36BE'

red 187 ◦ green 54 ◦ blue 190

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

Shades of Fuchsia #BB36BE

Tints of Fuchsia #BB36BE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.53%

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

R = 43.39%
G = 12.53%
B = 44.08%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB36BE (or 0xBB36BE) is known color: Fuchsia. HEX triplet: BB, 36 and BE. RGB value is (187,54,190). Sum of RGB (Red+Green+Blue) = 187+54+190=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB36BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36BE is #44C941. Grayscale: #6C6C6C. Windows color (decimal): -4507970 or 12465851. OLE color: 12465851.

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

Color convert

RGB 187 54 190 -
CMYK 0.02 0.72 0 0.25
HSL 298.68º 0.56% 0.48% -
HSV(B) 298.68º 0.72% 0.75% -
XYZ 31.11 16.92 50.34 -
YUV 109.27 173.56 183.44 -
System Red Green Blue C M Y K H S L
Decimal 187 54 190 0.02 0.72 0 0.25 298.68 0.56 0.48
Hex BB 36 BE 2 48 0 19 12B 38 30
Octal 273 66 276 2 110 0 31 453 70 60
Binary 10111011 110110 10111110 10 1001000 0 11001 100101011 111000 110000

Color Harmonies of #BB36BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB36BE

Black with #BB36BE

Text Example


Text Example

White with #BB36BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB36BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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