Html Css Color HEX #B01B8D Medium Violet Red

📋 copy color: '#B01B8D'

red 176 ◦ green 27 ◦ blue 141

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

Shades of Medium Violet Red #B01B8D

Tints of Medium Violet Red #B01B8D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.85%

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

R = 51.16%
G = 7.85%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B01B8D (or 0xB01B8D) is known color: Medium Violet Red. HEX triplet: B0, 1B and 8D. RGB value is (176,27,141). Sum of RGB (Red+Green+Blue) = 176+27+141=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01B8D is #4FE472. Grayscale: #545454. Windows color (decimal): -5235827 or 9247664. OLE color: 9247664.

HSL color Cylindrical-coordinate representation of color #B01B8D: hue angle of 314.09º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01B8D is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 27 141 -
CMYK 0 0.85 0.20 0.31
HSL 314.09º 0.73% 0.4% -
HSV(B) 314.09º 0.85% 0.69% -
XYZ 23.1 11.94 26.29 -
YUV 84.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 176 27 141 0 0.85 0.20 0.31 314.09 0.73 0.4
Hex B0 1B 8D 0 55 14 1F 13A 49 28
Octal 260 33 215 0 125 24 37 472 111 50
Binary 10110000 11011 10001101 0 1010101 10100 11111 100111010 1001001 101000

Color Harmonies of #B01B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01B8D

Black with #B01B8D

Text Example


Text Example

White with #B01B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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