Html Css Color HEX #BD079B Medium Violet Red

📋 copy color: '#BD079B'

red 189 ◦ green 7 ◦ blue 155

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

Shades of Medium Violet Red #BD079B

Tints of Medium Violet Red #BD079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.16%

R = 53.85%
G = 1.99%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD079B (or 0xBD079B) is known color: Medium Violet Red. HEX triplet: BD, 07 and 9B. RGB value is (189,7,155). Sum of RGB (Red+Green+Blue) = 189+7+155=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD079B is #42F864. Grayscale: #4D4D4D. Windows color (decimal): -4388965 or 10160061. OLE color: 10160061.

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

Color convert

RGB 189 7 155 -
CMYK 0 0.96 0.18 0.26
HSL 311.21º 0.93% 0.38% -
HSV(B) 311.21º 0.96% 0.74% -
XYZ 26.98 13.34 32.16 -
YUV 78.29 171.3 206.97 -
System Red Green Blue C M Y K H S L
Decimal 189 7 155 0 0.96 0.18 0.26 311.21 0.93 0.38
Hex BD 7 9B 0 60 12 1A 137 5D 26
Octal 275 7 233 0 140 22 32 467 135 46
Binary 10111101 111 10011011 0 1100000 10010 11010 100110111 1011101 100110

Color Harmonies of #BD079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD079B

Black with #BD079B

Text Example


Text Example

White with #BD079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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