Html Css Color HEX #BD0373 Medium Violet Red

📋 copy color: '#BD0373'

red 189 ◦ green 3 ◦ blue 115

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

Shades of Medium Violet Red #BD0373

Tints of Medium Violet Red #BD0373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 61.56%
G = 0.98%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD0373 (or 0xBD0373) is known color: Medium Violet Red. HEX triplet: BD, 03 and 73. RGB value is (189,3,115). Sum of RGB (Red+Green+Blue) = 189+3+115=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0373 is #42FC8C. Grayscale: #474747. Windows color (decimal): -4390029 or 7537597. OLE color: 7537597.

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

Color convert

RGB 189 3 115 -
CMYK 0 0.98 0.39 0.26
HSL 323.87º 0.97% 0.38% -
HSV(B) 323.87º 0.98% 0.74% -
XYZ 24.11 12.12 17.29 -
YUV 71.38 152.62 211.89 -
System Red Green Blue C M Y K H S L
Decimal 189 3 115 0 0.98 0.39 0.26 323.87 0.97 0.38
Hex BD 3 73 0 62 27 1A 144 61 26
Octal 275 3 163 0 142 47 32 504 141 46
Binary 10111101 11 1110011 0 1100010 100111 11010 101000100 1100001 100110

Color Harmonies of #BD0373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0373

Black with #BD0373

Text Example


Text Example

White with #BD0373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0373; }

 p { color: rgb(189,3,115); }

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

background-color css

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

 a { background-color: rgb(189,3,115); }

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

border-color css

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

 span { border-color: rgb(189,3,115); }

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