Html Css Color HEX #B01C7E Medium Violet Red

📋 copy color: '#B01C7E'

red 176 ◦ green 28 ◦ blue 126

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

Shades of Medium Violet Red #B01C7E

Tints of Medium Violet Red #B01C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 53.33%
G = 8.48%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B01C7E (or 0xB01C7E) is known color: Medium Violet Red. HEX triplet: B0, 1C and 7E. RGB value is (176,28,126). Sum of RGB (Red+Green+Blue) = 176+28+126=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C7E is #4FE381. Grayscale: #535353. Windows color (decimal): -5235586 or 8264880. OLE color: 8264880.

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

Color convert

RGB 176 28 126 -
CMYK 0 0.84 0.28 0.31
HSL 320.27º 0.73% 0.4% -
HSV(B) 320.27º 0.84% 0.69% -
XYZ 22.09 11.57 20.81 -
YUV 83.42 152.03 194.03 -
System Red Green Blue C M Y K H S L
Decimal 176 28 126 0 0.84 0.28 0.31 320.27 0.73 0.4
Hex B0 1C 7E 0 54 1C 1F 140 49 28
Octal 260 34 176 0 124 34 37 500 111 50
Binary 10110000 11100 1111110 0 1010100 11100 11111 101000000 1001001 101000

Color Harmonies of #B01C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C7E

Black with #B01C7E

Text Example


Text Example

White with #B01C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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