Html Css Color HEX #BD2288 Medium Violet Red

📋 copy color: '#BD2288'

red 189 ◦ green 34 ◦ blue 136

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

Shades of Medium Violet Red #BD2288

Tints of Medium Violet Red #BD2288

RGB

 RED value IS 189 (74.22% from 255) = 52.65%

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

 BLUE value IS 136 (53.52% from 255) = 37.88%

R = 52.65%
G = 9.47%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD2288 (or 0xBD2288) is known color: Medium Violet Red. HEX triplet: BD, 22 and 88. RGB value is (189,34,136). Sum of RGB (Red+Green+Blue) = 189+34+136=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2288 is #42DD77. Grayscale: #5B5B5B. Windows color (decimal): -4382072 or 8921789. OLE color: 8921789.

HSL color Cylindrical-coordinate representation of color #BD2288: hue angle of 320.52º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2288 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 34 136 -
CMYK 0 0.82 0.28 0.26
HSL 320.52º 0.7% 0.44% -
HSV(B) 320.52º 0.82% 0.74% -
XYZ 26 13.74 24.57 -
YUV 91.97 152.85 197.21 -
System Red Green Blue C M Y K H S L
Decimal 189 34 136 0 0.82 0.28 0.26 320.52 0.7 0.44
Hex BD 22 88 0 52 1C 1A 141 46 2C
Octal 275 42 210 0 122 34 32 501 106 54
Binary 10111101 100010 10001000 0 1010010 11100 11010 101000001 1000110 101100

Color Harmonies of #BD2288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2288

Black with #BD2288

Text Example


Text Example

White with #BD2288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2288; }

 p { color: rgb(189,34,136); }

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

background-color css

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

 a { background-color: rgb(189,34,136); }

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

border-color css

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

 span { border-color: rgb(189,34,136); }

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