Html Css Color HEX #BD1192 Medium Violet Red

📋 copy color: '#BD1192'

red 189 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #BD1192

Tints of Medium Violet Red #BD1192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.83%

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

R = 53.69%
G = 4.83%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD1192 (or 0xBD1192) is known color: Medium Violet Red. HEX triplet: BD, 11 and 92. RGB value is (189,17,146). Sum of RGB (Red+Green+Blue) = 189+17+146=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1192 is #42EE6D. Grayscale: #525252. Windows color (decimal): -4386414 or 9572797. OLE color: 9572797.

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

Color convert

RGB 189 17 146 -
CMYK 0 0.91 0.23 0.26
HSL 315º 0.83% 0.4% -
HSV(B) 315º 0.91% 0.74% -
XYZ 26.38 13.3 28.37 -
YUV 83.13 163.48 203.51 -
System Red Green Blue C M Y K H S L
Decimal 189 17 146 0 0.91 0.23 0.26 315 0.83 0.4
Hex BD 11 92 0 5B 17 1A 13B 53 28
Octal 275 21 222 0 133 27 32 473 123 50
Binary 10111101 10001 10010010 0 1011011 10111 11010 100111011 1010011 101000

Color Harmonies of #BD1192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1192

Black with #BD1192

Text Example


Text Example

White with #BD1192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1192; }

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

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

background-color css

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

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

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

border-color css

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

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

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