Html Css Color HEX #BD0292 Medium Violet Red

📋 copy color: '#BD0292'

red 189 ◦ green 2 ◦ blue 146

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

Shades of Medium Violet Red #BD0292

Tints of Medium Violet Red #BD0292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 56.08%
G = 0.59%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD0292 (or 0xBD0292) is known color: Medium Violet Red. HEX triplet: BD, 02 and 92. RGB value is (189,2,146). Sum of RGB (Red+Green+Blue) = 189+2+146=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0292 is #42FD6D. Grayscale: #494949. Windows color (decimal): -4390254 or 9568957. OLE color: 9568957.

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

Color convert

RGB 189 2 146 -
CMYK 0 0.99 0.23 0.26
HSL 313.8º 0.98% 0.37% -
HSV(B) 313.8º 0.99% 0.74% -
XYZ 26.2 12.94 28.31 -
YUV 74.33 168.45 209.79 -
System Red Green Blue C M Y K H S L
Decimal 189 2 146 0 0.99 0.23 0.26 313.8 0.98 0.37
Hex BD 2 92 0 63 17 1A 13A 62 25
Octal 275 2 222 0 143 27 32 472 142 45
Binary 10111101 10 10010010 0 1100011 10111 11010 100111010 1100010 100101

Color Harmonies of #BD0292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0292

Black with #BD0292

Text Example


Text Example

White with #BD0292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0292; }

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

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

background-color css

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

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

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

border-color css

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

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

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