Html Css Color HEX #B01C92 Medium Violet Red

📋 copy color: '#B01C92'

red 176 ◦ green 28 ◦ blue 146

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

Shades of Medium Violet Red #B01C92

Tints of Medium Violet Red #B01C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 50.29%
G = 8%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B01C92 (or 0xB01C92) is known color: Medium Violet Red. HEX triplet: B0, 1C and 92. RGB value is (176,28,146). Sum of RGB (Red+Green+Blue) = 176+28+146=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01C92 is #4FE36D. Grayscale: #555555. Windows color (decimal): -5235566 or 9575600. OLE color: 9575600.

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

Color convert

RGB 176 28 146 -
CMYK 0 0.84 0.17 0.31
HSL 312.16º 0.73% 0.4% -
HSV(B) 312.16º 0.84% 0.69% -
XYZ 23.51 12.14 28.3 -
YUV 85.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 176 28 146 0 0.84 0.17 0.31 312.16 0.73 0.4
Hex B0 1C 92 0 54 11 1F 138 49 28
Octal 260 34 222 0 124 21 37 470 111 50
Binary 10110000 11100 10010010 0 1010100 10001 11111 100111000 1001001 101000

Color Harmonies of #B01C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C92

Black with #B01C92

Text Example


Text Example

White with #B01C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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