Html Css Color HEX #B01C76 Medium Violet Red

📋 copy color: '#B01C76'

red 176 ◦ green 28 ◦ blue 118

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

Shades of Medium Violet Red #B01C76

Tints of Medium Violet Red #B01C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 54.66%
G = 8.7%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B01C76 (or 0xB01C76) is known color: Medium Violet Red. HEX triplet: B0, 1C and 76. RGB value is (176,28,118). Sum of RGB (Red+Green+Blue) = 176+28+118=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C76 is #4FE389. Grayscale: #525252. Windows color (decimal): -5235594 or 7740592. OLE color: 7740592.

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

Color convert

RGB 176 28 118 -
CMYK 0 0.84 0.33 0.31
HSL 323.51º 0.73% 0.4% -
HSV(B) 323.51º 0.84% 0.69% -
XYZ 21.59 11.37 18.2 -
YUV 82.51 148.03 194.68 -
System Red Green Blue C M Y K H S L
Decimal 176 28 118 0 0.84 0.33 0.31 323.51 0.73 0.4
Hex B0 1C 76 0 54 21 1F 144 49 28
Octal 260 34 166 0 124 41 37 504 111 50
Binary 10110000 11100 1110110 0 1010100 100001 11111 101000100 1001001 101000

Color Harmonies of #B01C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C76

Black with #B01C76

Text Example


Text Example

White with #B01C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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