Html Css Color HEX #BD0796 Medium Violet Red

📋 copy color: '#BD0796'

red 189 ◦ green 7 ◦ blue 150

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

Shades of Medium Violet Red #BD0796

Tints of Medium Violet Red #BD0796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 54.62%
G = 2.02%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD0796 (or 0xBD0796) is known color: Medium Violet Red. HEX triplet: BD, 07 and 96. RGB value is (189,7,150). Sum of RGB (Red+Green+Blue) = 189+7+150=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0796 is #42F869. Grayscale: #4D4D4D. Windows color (decimal): -4388970 or 9832381. OLE color: 9832381.

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

Color convert

RGB 189 7 150 -
CMYK 0 0.96 0.21 0.26
HSL 312.86º 0.93% 0.38% -
HSV(B) 312.86º 0.96% 0.74% -
XYZ 26.57 13.17 30 -
YUV 77.72 168.8 207.37 -
System Red Green Blue C M Y K H S L
Decimal 189 7 150 0 0.96 0.21 0.26 312.86 0.93 0.38
Hex BD 7 96 0 60 15 1A 139 5D 26
Octal 275 7 226 0 140 25 32 471 135 46
Binary 10111101 111 10010110 0 1100000 10101 11010 100111001 1011101 100110

Color Harmonies of #BD0796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0796

Black with #BD0796

Text Example


Text Example

White with #BD0796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0796; }

 p { color: rgb(189,7,150); }

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

background-color css

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

 a { background-color: rgb(189,7,150); }

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

border-color css

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

 span { border-color: rgb(189,7,150); }

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