Html Css Color HEX #BB37A0 Medium Red Violet

📋 copy color: '#BB37A0'

red 187 ◦ green 55 ◦ blue 160

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

Shades of Medium Red Violet #BB37A0

Tints of Medium Red Violet #BB37A0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.68%

 BLUE value IS 160 (62.89% from 255) = 39.8%

R = 46.52%
G = 13.68%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB37A0 (or 0xBB37A0) is known color: Medium Red Violet. HEX triplet: BB, 37 and A0. RGB value is (187,55,160). Sum of RGB (Red+Green+Blue) = 187+55+160=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB37A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB37A0 is #44C85F. Grayscale: #6A6A6A. Windows color (decimal): -4507744 or 10500027. OLE color: 10500027.

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

Color convert

RGB 187 55 160 -
CMYK 0 0.71 0.14 0.27
HSL 312.27º 0.55% 0.47% -
HSV(B) 312.27º 0.71% 0.73% -
XYZ 28.2 15.84 34.83 -
YUV 106.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 187 55 160 0 0.71 0.14 0.27 312.27 0.55 0.47
Hex BB 37 A0 0 47 E 1B 138 37 2F
Octal 273 67 240 0 107 16 33 470 67 57
Binary 10111011 110111 10100000 0 1000111 1110 11011 100111000 110111 101111

Color Harmonies of #BB37A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37A0

Black with #BB37A0

Text Example


Text Example

White with #BB37A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37A0; }

 p { color: rgb(187,55,160); }

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

background-color css

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

 a { background-color: rgb(187,55,160); }

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

border-color css

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

 span { border-color: rgb(187,55,160); }

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