Html Css Color HEX #BD2195 Medium Violet Red

📋 copy color: '#BD2195'

red 189 ◦ green 33 ◦ blue 149

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

Shades of Medium Violet Red #BD2195

Tints of Medium Violet Red #BD2195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.89%

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

R = 50.94%
G = 8.89%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD2195 (or 0xBD2195) is known color: Medium Violet Red. HEX triplet: BD, 21 and 95. RGB value is (189,33,149). Sum of RGB (Red+Green+Blue) = 189+33+149=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2195 is #42DE6A. Grayscale: #5C5C5C. Windows color (decimal): -4382315 or 9773501. OLE color: 9773501.

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

Color convert

RGB 189 33 149 -
CMYK 0 0.83 0.21 0.26
HSL 315.38º 0.7% 0.44% -
HSV(B) 315.38º 0.83% 0.74% -
XYZ 26.95 14.08 29.73 -
YUV 92.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 189 33 149 0 0.83 0.21 0.26 315.38 0.7 0.44
Hex BD 21 95 0 53 15 1A 13B 46 2C
Octal 275 41 225 0 123 25 32 473 106 54
Binary 10111101 100001 10010101 0 1010011 10101 11010 100111011 1000110 101100

Color Harmonies of #BD2195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2195

Black with #BD2195

Text Example


Text Example

White with #BD2195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2195; }

 p { color: rgb(189,33,149); }

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

background-color css

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

 a { background-color: rgb(189,33,149); }

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

border-color css

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

 span { border-color: rgb(189,33,149); }

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