Html Css Color HEX #BD2196 Medium Violet Red

📋 copy color: '#BD2196'

red 189 ◦ green 33 ◦ blue 150

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

Shades of Medium Violet Red #BD2196

Tints of Medium Violet Red #BD2196

RGB

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

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

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

R = 50.81%
G = 8.87%
B = 40.32%

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

#BD2196 (or 0xBD2196) is known color: Medium Violet Red. HEX triplet: BD, 21 and 96. RGB value is (189,33,150). Sum of RGB (Red+Green+Blue) = 189+33+150=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2196 is #42DE69. Grayscale: #5C5C5C. Windows color (decimal): -4382314 or 9839037. OLE color: 9839037.

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

Color convert

RGB 189 33 150 -
CMYK 0 0.83 0.21 0.26
HSL 315º 0.7% 0.44% -
HSV(B) 315º 0.83% 0.74% -
XYZ 27.04 14.11 30.15 -
YUV 92.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 189 33 150 0 0.83 0.21 0.26 315 0.7 0.44
Hex BD 21 96 0 53 15 1A 13B 46 2C
Octal 275 41 226 0 123 25 32 473 106 54
Binary 10111101 100001 10010110 0 1010011 10101 11010 100111011 1000110 101100

Color Harmonies of #BD2196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2196

Black with #BD2196

Text Example


Text Example

White with #BD2196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2196; }

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

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

background-color css

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

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

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

border-color css

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

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

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