Html Css Color HEX #BD0173 Medium Violet Red

📋 copy color: '#BD0173'

red 189 ◦ green 1 ◦ blue 115

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

Shades of Medium Violet Red #BD0173

Tints of Medium Violet Red #BD0173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 61.97%
G = 0.33%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD0173 (or 0xBD0173) is known color: Medium Violet Red. HEX triplet: BD, 01 and 73. RGB value is (189,1,115). Sum of RGB (Red+Green+Blue) = 189+1+115=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0173 is #42FE8C. Grayscale: #454545. Windows color (decimal): -4390541 or 7537085. OLE color: 7537085.

HSL color Cylindrical-coordinate representation of color #BD0173: hue angle of 323.62º degrees, saturation: 0.99, 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 #BD0173 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 115 -
CMYK 0 0.99 0.39 0.26
HSL 323.62º 0.99% 0.37% -
HSV(B) 323.62º 0.99% 0.74% -
XYZ 24.09 12.08 17.28 -
YUV 70.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 189 1 115 0 0.99 0.39 0.26 323.62 0.99 0.37
Hex BD 1 73 0 63 27 1A 144 63 25
Octal 275 1 163 0 143 47 32 504 143 45
Binary 10111101 1 1110011 0 1100011 100111 11010 101000100 1100011 100101

Color Harmonies of #BD0173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0173

Black with #BD0173

Text Example


Text Example

White with #BD0173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0173; }

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

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

background-color css

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

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

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

border-color css

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

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

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