Html Css Color HEX #B01C7C Medium Violet Red

📋 copy color: '#B01C7C'

red 176 ◦ green 28 ◦ blue 124

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

Shades of Medium Violet Red #B01C7C

Tints of Medium Violet Red #B01C7C

RGB

 RED value IS 176 (69.14% from 255) = 53.66%

 GREEN value IS 28 (11.33% from 255) = 8.54%

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

R = 53.66%
G = 8.54%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B01C7C (or 0xB01C7C) is known color: Medium Violet Red. HEX triplet: B0, 1C and 7C. RGB value is (176,28,124). Sum of RGB (Red+Green+Blue) = 176+28+124=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C7C is #4FE383. Grayscale: #525252. Windows color (decimal): -5235588 or 8133808. OLE color: 8133808.

HSL color Cylindrical-coordinate representation of color #B01C7C: hue angle of 321.08º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C7C is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 28 124 -
CMYK 0 0.84 0.30 0.31
HSL 321.08º 0.73% 0.4% -
HSV(B) 321.08º 0.84% 0.69% -
XYZ 21.96 11.52 20.13 -
YUV 83.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 176 28 124 0 0.84 0.30 0.31 321.08 0.73 0.4
Hex B0 1C 7C 0 54 1E 1F 141 49 28
Octal 260 34 174 0 124 36 37 501 111 50
Binary 10110000 11100 1111100 0 1010100 11110 11111 101000001 1001001 101000

Color Harmonies of #B01C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C7C

Black with #B01C7C

Text Example


Text Example

White with #B01C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C7C; }

 p { color: rgb(176,28,124); }

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

background-color css

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

 a { background-color: rgb(176,28,124); }

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

border-color css

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

 span { border-color: rgb(176,28,124); }

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