Html Css Color HEX #BD0794 Medium Violet Red

📋 copy color: '#BD0794'

red 189 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #BD0794

Tints of Medium Violet Red #BD0794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.02%

R = 54.94%
G = 2.03%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD0794 (or 0xBD0794) is known color: Medium Violet Red. HEX triplet: BD, 07 and 94. RGB value is (189,7,148). Sum of RGB (Red+Green+Blue) = 189+7+148=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0794 is #42F86B. Grayscale: #4D4D4D. Windows color (decimal): -4388972 or 9701309. OLE color: 9701309.

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

Color convert

RGB 189 7 148 -
CMYK 0 0.96 0.22 0.26
HSL 313.52º 0.93% 0.38% -
HSV(B) 313.52º 0.96% 0.74% -
XYZ 26.41 13.11 29.16 -
YUV 77.49 167.8 207.54 -
System Red Green Blue C M Y K H S L
Decimal 189 7 148 0 0.96 0.22 0.26 313.52 0.93 0.38
Hex BD 7 94 0 60 16 1A 13A 5D 26
Octal 275 7 224 0 140 26 32 472 135 46
Binary 10111101 111 10010100 0 1100000 10110 11010 100111010 1011101 100110

Color Harmonies of #BD0794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0794

Black with #BD0794

Text Example


Text Example

White with #BD0794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0794; }

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

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

background-color css

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

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

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

border-color css

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

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

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