Html Css Color HEX #BD0172 Medium Violet Red

📋 copy color: '#BD0172'

red 189 ◦ green 1 ◦ blue 114

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

Shades of Medium Violet Red #BD0172

Tints of Medium Violet Red #BD0172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.5%

R = 62.17%
G = 0.33%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD0172 (or 0xBD0172) is known color: Medium Violet Red. HEX triplet: BD, 01 and 72. RGB value is (189,1,114). Sum of RGB (Red+Green+Blue) = 189+1+114=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0172 is #42FE8D. Grayscale: #454545. Windows color (decimal): -4390542 or 7471549. OLE color: 7471549.

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

Color convert

RGB 189 1 114 -
CMYK 0 0.99 0.40 0.26
HSL 323.94º 0.99% 0.37% -
HSV(B) 323.94º 0.99% 0.74% -
XYZ 24.03 12.06 16.98 -
YUV 70.09 152.78 212.81 -
System Red Green Blue C M Y K H S L
Decimal 189 1 114 0 0.99 0.40 0.26 323.94 0.99 0.37
Hex BD 1 72 0 63 28 1A 144 63 25
Octal 275 1 162 0 143 50 32 504 143 45
Binary 10111101 1 1110010 0 1100011 101000 11010 101000100 1100011 100101

Color Harmonies of #BD0172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0172

Black with #BD0172

Text Example


Text Example

White with #BD0172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0172; }

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

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

background-color css

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

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

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

border-color css

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

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

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