Html Css Color HEX #BD0592 Medium Violet Red

📋 copy color: '#BD0592'

red 189 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #BD0592

Tints of Medium Violet Red #BD0592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

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

R = 55.59%
G = 1.47%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD0592 (or 0xBD0592) is known color: Medium Violet Red. HEX triplet: BD, 05 and 92. RGB value is (189,5,146). Sum of RGB (Red+Green+Blue) = 189+5+146=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0592 is #42FA6D. Grayscale: #4B4B4B. Windows color (decimal): -4389486 or 9569725. OLE color: 9569725.

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

Color convert

RGB 189 5 146 -
CMYK 0 0.97 0.23 0.26
HSL 314.02º 0.95% 0.38% -
HSV(B) 314.02º 0.97% 0.74% -
XYZ 26.23 13 28.32 -
YUV 76.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 189 5 146 0 0.97 0.23 0.26 314.02 0.95 0.38
Hex BD 5 92 0 61 17 1A 13A 5F 26
Octal 275 5 222 0 141 27 32 472 137 46
Binary 10111101 101 10010010 0 1100001 10111 11010 100111010 1011111 100110

Color Harmonies of #BD0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0592

Black with #BD0592

Text Example


Text Example

White with #BD0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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