Html Css Color HEX #BD077E Medium Violet Red

📋 copy color: '#BD077E'

red 189 ◦ green 7 ◦ blue 126

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

Shades of Medium Violet Red #BD077E

Tints of Medium Violet Red #BD077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.13%

R = 58.7%
G = 2.17%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD077E (or 0xBD077E) is known color: Medium Violet Red. HEX triplet: BD, 07 and 7E. RGB value is (189,7,126). Sum of RGB (Red+Green+Blue) = 189+7+126=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD077E is #42F881. Grayscale: #4A4A4A. Windows color (decimal): -4388994 or 8259517. OLE color: 8259517.

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

Color convert

RGB 189 7 126 -
CMYK 0 0.96 0.33 0.26
HSL 320.77º 0.93% 0.38% -
HSV(B) 320.77º 0.96% 0.74% -
XYZ 24.83 12.48 20.84 -
YUV 74.98 156.8 209.32 -
System Red Green Blue C M Y K H S L
Decimal 189 7 126 0 0.96 0.33 0.26 320.77 0.93 0.38
Hex BD 7 7E 0 60 21 1A 141 5D 26
Octal 275 7 176 0 140 41 32 501 135 46
Binary 10111101 111 1111110 0 1100000 100001 11010 101000001 1011101 100110

Color Harmonies of #BD077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD077E

Black with #BD077E

Text Example


Text Example

White with #BD077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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