Html Css Color HEX #BD0F76 Medium Violet Red

📋 copy color: '#BD0F76'

red 189 ◦ green 15 ◦ blue 118

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

Shades of Medium Violet Red #BD0F76

Tints of Medium Violet Red #BD0F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 58.7%
G = 4.66%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD0F76 (or 0xBD0F76) is known color: Medium Violet Red. HEX triplet: BD, 0F and 76. RGB value is (189,15,118). Sum of RGB (Red+Green+Blue) = 189+15+118=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0F76 is #42F089. Grayscale: #4E4E4E. Windows color (decimal): -4386954 or 7737277. OLE color: 7737277.

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

Color convert

RGB 189 15 118 -
CMYK 0 0.92 0.38 0.26
HSL 324.48º 0.85% 0.4% -
HSV(B) 324.48º 0.92% 0.74% -
XYZ 24.43 12.47 18.26 -
YUV 78.77 150.15 206.62 -
System Red Green Blue C M Y K H S L
Decimal 189 15 118 0 0.92 0.38 0.26 324.48 0.85 0.4
Hex BD F 76 0 5C 26 1A 144 55 28
Octal 275 17 166 0 134 46 32 504 125 50
Binary 10111101 1111 1110110 0 1011100 100110 11010 101000100 1010101 101000

Color Harmonies of #BD0F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0F76

Black with #BD0F76

Text Example


Text Example

White with #BD0F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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