Html Css Color HEX #BB2292 Medium Violet Red

📋 copy color: '#BB2292'

red 187 ◦ green 34 ◦ blue 146

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

Shades of Medium Violet Red #BB2292

Tints of Medium Violet Red #BB2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.26%

 BLUE value IS 146 (57.42% from 255) = 39.78%

R = 50.95%
G = 9.26%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB2292 (or 0xBB2292) is known color: Medium Violet Red. HEX triplet: BB, 22 and 92. RGB value is (187,34,146). Sum of RGB (Red+Green+Blue) = 187+34+146=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2292 is #44DD6D. Grayscale: #5C5C5C. Windows color (decimal): -4513134 or 9577147. OLE color: 9577147.

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

Color convert

RGB 187 34 146 -
CMYK 0 0.82 0.22 0.27
HSL 316.08º 0.69% 0.43% -
HSV(B) 316.08º 0.82% 0.73% -
XYZ 26.25 13.78 28.47 -
YUV 92.52 158.19 195.39 -
System Red Green Blue C M Y K H S L
Decimal 187 34 146 0 0.82 0.22 0.27 316.08 0.69 0.43
Hex BB 22 92 0 52 16 1B 13C 45 2B
Octal 273 42 222 0 122 26 33 474 105 53
Binary 10111011 100010 10010010 0 1010010 10110 11011 100111100 1000101 101011

Color Harmonies of #BB2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2292

Black with #BB2292

Text Example


Text Example

White with #BB2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2292; }

 p { color: rgb(187,34,146); }

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

background-color css

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

 a { background-color: rgb(187,34,146); }

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

border-color css

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

 span { border-color: rgb(187,34,146); }

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