Html Css Color HEX #BD2296 Medium Violet Red

📋 copy color: '#BD2296'

red 189 ◦ green 34 ◦ blue 150

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

Shades of Medium Violet Red #BD2296

Tints of Medium Violet Red #BD2296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 50.67%
G = 9.12%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD2296 (or 0xBD2296) is known color: Medium Violet Red. HEX triplet: BD, 22 and 96. RGB value is (189,34,150). Sum of RGB (Red+Green+Blue) = 189+34+150=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2296 is #42DD69. Grayscale: #5D5D5D. Windows color (decimal): -4382058 or 9839293. OLE color: 9839293.

HSL color Cylindrical-coordinate representation of color #BD2296: hue angle of 315.1º 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 #BD2296 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 34 150 -
CMYK 0 0.82 0.21 0.26
HSL 315.1º 0.7% 0.44% -
HSV(B) 315.1º 0.82% 0.74% -
XYZ 27.06 14.16 30.16 -
YUV 93.57 159.85 196.07 -
System Red Green Blue C M Y K H S L
Decimal 189 34 150 0 0.82 0.21 0.26 315.1 0.7 0.44
Hex BD 22 96 0 52 15 1A 13B 46 2C
Octal 275 42 226 0 122 25 32 473 106 54
Binary 10111101 100010 10010110 0 1010010 10101 11010 100111011 1000110 101100

Color Harmonies of #BD2296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2296

Black with #BD2296

Text Example


Text Example

White with #BD2296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2296; }

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

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

background-color css

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

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

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

border-color css

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

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

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