Html Css Color HEX #B8017C Medium Violet Red

📋 copy color: '#B8017C'

red 184 ◦ green 1 ◦ blue 124

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

Shades of Medium Violet Red #B8017C

Tints of Medium Violet Red #B8017C

RGB

 RED value IS 184 (72.27% from 255) = 59.55%

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

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

R = 59.55%
G = 0.32%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8017C (or 0xB8017C) is known color: Medium Violet Red. HEX triplet: B8, 01 and 7C. RGB value is (184,1,124). Sum of RGB (Red+Green+Blue) = 184+1+124=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8017C is #47FE83. Grayscale: #454545. Windows color (decimal): -4718212 or 8126904. OLE color: 8126904.

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

Color convert

RGB 184 1 124 -
CMYK 0 0.99 0.33 0.28
HSL 319.67º 0.99% 0.36% -
HSV(B) 319.67º 0.99% 0.72% -
XYZ 23.42 11.67 20.09 -
YUV 69.74 158.63 209.5 -
System Red Green Blue C M Y K H S L
Decimal 184 1 124 0 0.99 0.33 0.28 319.67 0.99 0.36
Hex B8 1 7C 0 63 21 1C 140 63 24
Octal 270 1 174 0 143 41 34 500 143 44
Binary 10111000 1 1111100 0 1100011 100001 11100 101000000 1100011 100100

Color Harmonies of #B8017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8017C

Black with #B8017C

Text Example


Text Example

White with #B8017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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