Html Css Color HEX #BD0F72 Medium Violet Red

📋 copy color: '#BD0F72'

red 189 ◦ green 15 ◦ blue 114

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

Shades of Medium Violet Red #BD0F72

Tints of Medium Violet Red #BD0F72

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.72%

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

R = 59.43%
G = 4.72%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD0F72 (or 0xBD0F72) is known color: Medium Violet Red. HEX triplet: BD, 0F and 72. RGB value is (189,15,114). Sum of RGB (Red+Green+Blue) = 189+15+114=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0F72 is #42F08D. Grayscale: #4E4E4E. Windows color (decimal): -4386958 or 7475133. OLE color: 7475133.

HSL color Cylindrical-coordinate representation of color #BD0F72: hue angle of 325.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0F72 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 15 114 -
CMYK 0 0.92 0.40 0.26
HSL 325.86º 0.85% 0.4% -
HSV(B) 325.86º 0.92% 0.74% -
XYZ 24.19 12.38 17.03 -
YUV 78.31 148.15 206.95 -
System Red Green Blue C M Y K H S L
Decimal 189 15 114 0 0.92 0.40 0.26 325.86 0.85 0.4
Hex BD F 72 0 5C 28 1A 146 55 28
Octal 275 17 162 0 134 50 32 506 125 50
Binary 10111101 1111 1110010 0 1011100 101000 11010 101000110 1010101 101000

Color Harmonies of #BD0F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0F72

Black with #BD0F72

Text Example


Text Example

White with #BD0F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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