Html Css Color HEX #B01C8D Medium Violet Red

📋 copy color: '#B01C8D'

red 176 ◦ green 28 ◦ blue 141

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

Shades of Medium Violet Red #B01C8D

Tints of Medium Violet Red #B01C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 51.01%
G = 8.12%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B01C8D (or 0xB01C8D) is known color: Medium Violet Red. HEX triplet: B0, 1C and 8D. RGB value is (176,28,141). Sum of RGB (Red+Green+Blue) = 176+28+141=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01C8D is #4FE372. Grayscale: #545454. Windows color (decimal): -5235571 or 9247920. OLE color: 9247920.

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

Color convert

RGB 176 28 141 -
CMYK 0 0.84 0.20 0.31
HSL 314.19º 0.73% 0.4% -
HSV(B) 314.19º 0.84% 0.69% -
XYZ 23.13 11.98 26.29 -
YUV 85.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 176 28 141 0 0.84 0.20 0.31 314.19 0.73 0.4
Hex B0 1C 8D 0 54 14 1F 13A 49 28
Octal 260 34 215 0 124 24 37 472 111 50
Binary 10110000 11100 10001101 0 1010100 10100 11111 100111010 1001001 101000

Color Harmonies of #B01C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C8D

Black with #B01C8D

Text Example


Text Example

White with #B01C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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