Html Css Color HEX #BB36BA Fuchsia

📋 copy color: '#BB36BA'

red 187 ◦ green 54 ◦ blue 186

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

Shades of Fuchsia #BB36BA

Tints of Fuchsia #BB36BA

RGB

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

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

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

R = 43.79%
G = 12.65%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB36BA (or 0xBB36BA) is known color: Fuchsia. HEX triplet: BB, 36 and BA. RGB value is (187,54,186). Sum of RGB (Red+Green+Blue) = 187+54+186=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB36BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36BA is #44C945. Grayscale: #6C6C6C. Windows color (decimal): -4507974 or 12203707. OLE color: 12203707.

HSL color Cylindrical-coordinate representation of color #BB36BA: hue angle of 300.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB36BA is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 54 186 -
CMYK 0 0.71 0.01 0.27
HSL 300.45º 0.55% 0.47% -
HSV(B) 300.45º 0.71% 0.73% -
XYZ 30.68 16.75 48.07 -
YUV 108.82 171.56 183.77 -
System Red Green Blue C M Y K H S L
Decimal 187 54 186 0 0.71 0.01 0.27 300.45 0.55 0.47
Hex BB 36 BA 0 47 1 1B 12C 37 2F
Octal 273 66 272 0 107 1 33 454 67 57
Binary 10111011 110110 10111010 0 1000111 1 11011 100101100 110111 101111

Color Harmonies of #BB36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB36BA

Black with #BB36BA

Text Example


Text Example

White with #BB36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB36BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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