Html Css Color HEX #B7017C Medium Violet Red

📋 copy color: '#B7017C'

red 183 ◦ green 1 ◦ blue 124

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

Shades of Medium Violet Red #B7017C

Tints of Medium Violet Red #B7017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 59.42%
G = 0.32%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7017C (or 0xB7017C) is known color: Medium Violet Red. HEX triplet: B7, 01 and 7C. RGB value is (183,1,124). Sum of RGB (Red+Green+Blue) = 183+1+124=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7017C is #48FE83. Grayscale: #454545. Windows color (decimal): -4783748 or 8126903. OLE color: 8126903.

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

Color convert

RGB 183 1 124 -
CMYK 0 0.99 0.32 0.28
HSL 319.45º 0.99% 0.36% -
HSV(B) 319.45º 0.99% 0.72% -
XYZ 23.18 11.54 20.08 -
YUV 69.44 158.8 209 -
System Red Green Blue C M Y K H S L
Decimal 183 1 124 0 0.99 0.32 0.28 319.45 0.99 0.36
Hex B7 1 7C 0 63 20 1C 13F 63 24
Octal 267 1 174 0 143 40 34 477 143 44
Binary 10110111 1 1111100 0 1100011 100000 11100 100111111 1100011 100100

Color Harmonies of #B7017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7017C

Black with #B7017C

Text Example


Text Example

White with #B7017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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