Html Css Color HEX #BB36A8 Medium Red Violet

📋 copy color: '#BB36A8'

red 187 ◦ green 54 ◦ blue 168

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

Shades of Medium Red Violet #BB36A8

Tints of Medium Red Violet #BB36A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 45.72%
G = 13.2%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB36A8 (or 0xBB36A8) is known color: Medium Red Violet. HEX triplet: BB, 36 and A8. RGB value is (187,54,168). Sum of RGB (Red+Green+Blue) = 187+54+168=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB36A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB36A8 is #44C957. Grayscale: #6A6A6A. Windows color (decimal): -4507992 or 11024059. OLE color: 11024059.

HSL color Cylindrical-coordinate representation of color #BB36A8: hue angle of 308.57º 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 #BB36A8 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 54 168 -
CMYK 0 0.71 0.10 0.27
HSL 308.57º 0.55% 0.47% -
HSV(B) 308.57º 0.71% 0.73% -
XYZ 28.88 16.03 38.62 -
YUV 106.76 162.56 185.23 -
System Red Green Blue C M Y K H S L
Decimal 187 54 168 0 0.71 0.10 0.27 308.57 0.55 0.47
Hex BB 36 A8 0 47 A 1B 135 37 2F
Octal 273 66 250 0 107 12 33 465 67 57
Binary 10111011 110110 10101000 0 1000111 1010 11011 100110101 110111 101111

Color Harmonies of #BB36A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB36A8

Black with #BB36A8

Text Example


Text Example

White with #BB36A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB36A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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