Html Css Color HEX #B01386 Medium Violet Red

📋 copy color: '#B01386'

red 176 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #B01386

Tints of Medium Violet Red #B01386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 53.5%
G = 5.78%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B01386 (or 0xB01386) is known color: Medium Violet Red. HEX triplet: B0, 13 and 86. RGB value is (176,19,134). Sum of RGB (Red+Green+Blue) = 176+19+134=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B01386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01386 is #4FEC79. Grayscale: #4E4E4E. Windows color (decimal): -5237882 or 8786864. OLE color: 8786864.

HSL color Cylindrical-coordinate representation of color #B01386: hue angle of 316.05º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01386 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 134 -
CMYK 0 0.89 0.24 0.31
HSL 316.05º 0.81% 0.38% -
HSV(B) 316.05º 0.89% 0.69% -
XYZ 22.44 11.42 23.58 -
YUV 79.05 159.01 197.15 -
System Red Green Blue C M Y K H S L
Decimal 176 19 134 0 0.89 0.24 0.31 316.05 0.81 0.38
Hex B0 13 86 0 59 18 1F 13C 51 26
Octal 260 23 206 0 131 30 37 474 121 46
Binary 10110000 10011 10000110 0 1011001 11000 11111 100111100 1010001 100110

Color Harmonies of #B01386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01386

Black with #B01386

Text Example


Text Example

White with #B01386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01386; }

 p { color: rgb(176,19,134); }

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

background-color css

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

 a { background-color: rgb(176,19,134); }

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

border-color css

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

 span { border-color: rgb(176,19,134); }

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