Html Css Color HEX #BB2095 Medium Violet Red

📋 copy color: '#BB2095'

red 187 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #BB2095

Tints of Medium Violet Red #BB2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.7%

 BLUE value IS 149 (58.59% from 255) = 40.49%

R = 50.82%
G = 8.7%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB2095 (or 0xBB2095) is known color: Medium Violet Red. HEX triplet: BB, 20 and 95. RGB value is (187,32,149). Sum of RGB (Red+Green+Blue) = 187+32+149=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2095 is #44DF6A. Grayscale: #5B5B5B. Windows color (decimal): -4513643 or 9773243. OLE color: 9773243.

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

Color convert

RGB 187 32 149 -
CMYK 0 0.83 0.20 0.27
HSL 314.71º 0.71% 0.43% -
HSV(B) 314.71º 0.83% 0.73% -
XYZ 26.43 13.77 29.7 -
YUV 91.68 160.35 195.99 -
System Red Green Blue C M Y K H S L
Decimal 187 32 149 0 0.83 0.20 0.27 314.71 0.71 0.43
Hex BB 20 95 0 53 14 1B 13B 47 2B
Octal 273 40 225 0 123 24 33 473 107 53
Binary 10111011 100000 10010101 0 1010011 10100 11011 100111011 1000111 101011

Color Harmonies of #BB2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2095

Black with #BB2095

Text Example


Text Example

White with #BB2095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2095; }

 p { color: rgb(187,32,149); }

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

background-color css

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

 a { background-color: rgb(187,32,149); }

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

border-color css

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

 span { border-color: rgb(187,32,149); }

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