Html Css Color HEX #BD2193 Medium Violet Red

📋 copy color: '#BD2193'

red 189 ◦ green 33 ◦ blue 147

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

Shades of Medium Violet Red #BD2193

Tints of Medium Violet Red #BD2193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 51.22%
G = 8.94%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD2193 (or 0xBD2193) is known color: Medium Violet Red. HEX triplet: BD, 21 and 93. RGB value is (189,33,147). Sum of RGB (Red+Green+Blue) = 189+33+147=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2193 is #42DE6C. Grayscale: #5C5C5C. Windows color (decimal): -4382317 or 9642429. OLE color: 9642429.

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

Color convert

RGB 189 33 147 -
CMYK 0 0.83 0.22 0.26
HSL 316.15º 0.7% 0.44% -
HSV(B) 316.15º 0.83% 0.74% -
XYZ 26.8 14.01 28.9 -
YUV 92.64 158.68 196.73 -
System Red Green Blue C M Y K H S L
Decimal 189 33 147 0 0.83 0.22 0.26 316.15 0.7 0.44
Hex BD 21 93 0 53 16 1A 13C 46 2C
Octal 275 41 223 0 123 26 32 474 106 54
Binary 10111101 100001 10010011 0 1010011 10110 11010 100111100 1000110 101100

Color Harmonies of #BD2193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2193

Black with #BD2193

Text Example


Text Example

White with #BD2193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2193; }

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

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

background-color css

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

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

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

border-color css

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

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

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