Html Css Color HEX #B7077C Medium Violet Red

📋 copy color: '#B7077C'

red 183 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #B7077C

Tints of Medium Violet Red #B7077C

RGB

 RED value IS 183 (71.88% from 255) = 58.28%

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

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 58.28%
G = 2.23%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7077C (or 0xB7077C) is known color: Medium Violet Red. HEX triplet: B7, 07 and 7C. RGB value is (183,7,124). Sum of RGB (Red+Green+Blue) = 183+7+124=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7077C is #48F883. Grayscale: #484848. Windows color (decimal): -4782212 or 8128439. OLE color: 8128439.

HSL color Cylindrical-coordinate representation of color #B7077C: hue angle of 320.11º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7077C is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 7 124 -
CMYK 0 0.96 0.32 0.28
HSL 320.11º 0.93% 0.37% -
HSV(B) 320.11º 0.96% 0.72% -
XYZ 23.24 11.67 20.1 -
YUV 72.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 183 7 124 0 0.96 0.32 0.28 320.11 0.93 0.37
Hex B7 7 7C 0 60 20 1C 140 5D 25
Octal 267 7 174 0 140 40 34 500 135 45
Binary 10110111 111 1111100 0 1100000 100000 11100 101000000 1011101 100101

Color Harmonies of #B7077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7077C

Black with #B7077C

Text Example


Text Example

White with #B7077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7077C; }

 p { color: rgb(183,7,124); }

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

background-color css

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

 a { background-color: rgb(183,7,124); }

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

border-color css

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

 span { border-color: rgb(183,7,124); }

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