Html Css Color HEX #BD0076 Medium Violet Red

📋 copy color: '#BD0076'

red 189 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #BD0076

Tints of Medium Violet Red #BD0076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.56%
G = 0%
B = 38.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD0076 (or 0xBD0076) is known color: Medium Violet Red. HEX triplet: BD, 00 and 76. RGB value is (189,0,118). Sum of RGB (Red+Green+Blue) = 189+0+118=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0076 is #42FF89. Grayscale: #454545. Windows color (decimal): -4390794 or 7733437. OLE color: 7733437.

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

Color convert

RGB 189 0 118 -
CMYK 0 1 0.38 0.26
HSL 322.54º 1% 0.37% -
HSV(B) 322.54º 1% 0.74% -
XYZ 24.26 12.13 18.2 -
YUV 69.96 155.12 212.91 -
System Red Green Blue C M Y K H S L
Decimal 189 0 118 0 1 0.38 0.26 322.54 1 0.37
Hex BD 0 76 0 64 26 1A 143 64 25
Octal 275 0 166 0 144 46 32 503 144 45
Binary 10111101 0 1110110 0 1100100 100110 11010 101000011 1100100 100101

Color Harmonies of #BD0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0076

Black with #BD0076

Text Example


Text Example

White with #BD0076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0076; }

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

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

background-color css

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

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

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

border-color css

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

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

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