Html Css Color HEX #BD2192 Medium Violet Red

📋 copy color: '#BD2192'

red 189 ◦ green 33 ◦ blue 146

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

Shades of Medium Violet Red #BD2192

Tints of Medium Violet Red #BD2192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 51.36%
G = 8.97%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD2192 (or 0xBD2192) is known color: Medium Violet Red. HEX triplet: BD, 21 and 92. RGB value is (189,33,146). Sum of RGB (Red+Green+Blue) = 189+33+146=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2192 is #42DE6D. Grayscale: #5C5C5C. Windows color (decimal): -4382318 or 9576893. OLE color: 9576893.

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

Color convert

RGB 189 33 146 -
CMYK 0 0.83 0.23 0.26
HSL 316.54º 0.7% 0.44% -
HSV(B) 316.54º 0.83% 0.74% -
XYZ 26.72 13.98 28.48 -
YUV 92.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 189 33 146 0 0.83 0.23 0.26 316.54 0.7 0.44
Hex BD 21 92 0 53 17 1A 13D 46 2C
Octal 275 41 222 0 123 27 32 475 106 54
Binary 10111101 100001 10010010 0 1010011 10111 11010 100111101 1000110 101100

Color Harmonies of #BD2192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2192

Black with #BD2192

Text Example


Text Example

White with #BD2192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2192; }

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

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

background-color css

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

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

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

border-color css

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

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

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