Html Css Color HEX #BD077D Medium Violet Red

📋 copy color: '#BD077D'

red 189 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #BD077D

Tints of Medium Violet Red #BD077D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 58.88%
G = 2.18%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD077D (or 0xBD077D) is known color: Medium Violet Red. HEX triplet: BD, 07 and 7D. RGB value is (189,7,125). Sum of RGB (Red+Green+Blue) = 189+7+125=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD077D is #42F882. Grayscale: #4A4A4A. Windows color (decimal): -4388995 or 8193981. OLE color: 8193981.

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

Color convert

RGB 189 7 125 -
CMYK 0 0.96 0.34 0.26
HSL 321.1º 0.93% 0.38% -
HSV(B) 321.1º 0.96% 0.74% -
XYZ 24.76 12.45 20.5 -
YUV 74.87 156.3 209.41 -
System Red Green Blue C M Y K H S L
Decimal 189 7 125 0 0.96 0.34 0.26 321.1 0.93 0.38
Hex BD 7 7D 0 60 22 1A 141 5D 26
Octal 275 7 175 0 140 42 32 501 135 46
Binary 10111101 111 1111101 0 1100000 100010 11010 101000001 1011101 100110

Color Harmonies of #BD077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD077D

Black with #BD077D

Text Example


Text Example

White with #BD077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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