Html Css Color HEX #BD0597 Medium Violet Red

📋 copy color: '#BD0597'

red 189 ◦ green 5 ◦ blue 151

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

Shades of Medium Violet Red #BD0597

Tints of Medium Violet Red #BD0597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.77%

R = 54.78%
G = 1.45%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD0597 (or 0xBD0597) is known color: Medium Violet Red. HEX triplet: BD, 05 and 97. RGB value is (189,5,151). Sum of RGB (Red+Green+Blue) = 189+5+151=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0597 is #42FA68. Grayscale: #4C4C4C. Windows color (decimal): -4389481 or 9897405. OLE color: 9897405.

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

Color convert

RGB 189 5 151 -
CMYK 0 0.97 0.20 0.26
HSL 312.39º 0.95% 0.38% -
HSV(B) 312.39º 0.97% 0.74% -
XYZ 26.63 13.16 30.42 -
YUV 76.66 169.96 208.13 -
System Red Green Blue C M Y K H S L
Decimal 189 5 151 0 0.97 0.20 0.26 312.39 0.95 0.38
Hex BD 5 97 0 61 14 1A 138 5F 26
Octal 275 5 227 0 141 24 32 470 137 46
Binary 10111101 101 10010111 0 1100001 10100 11010 100111000 1011111 100110

Color Harmonies of #BD0597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0597

Black with #BD0597

Text Example


Text Example

White with #BD0597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0597; }

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

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

background-color css

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

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

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

border-color css

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

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

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