Html Css Color HEX #B01A8D Medium Violet Red

📋 copy color: '#B01A8D'

red 176 ◦ green 26 ◦ blue 141

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

Shades of Medium Violet Red #B01A8D

Tints of Medium Violet Red #B01A8D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.58%

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

R = 51.31%
G = 7.58%
B = 41.11%

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

#B01A8D (or 0xB01A8D) is known color: Medium Violet Red. HEX triplet: B0, 1A and 8D. RGB value is (176,26,141). Sum of RGB (Red+Green+Blue) = 176+26+141=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01A8D is #4FE572. Grayscale: #535353. Windows color (decimal): -5236083 or 9247408. OLE color: 9247408.

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

Color convert

RGB 176 26 141 -
CMYK 0 0.85 0.20 0.31
HSL 314º 0.74% 0.4% -
HSV(B) 314º 0.85% 0.69% -
XYZ 23.08 11.89 26.28 -
YUV 83.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 176 26 141 0 0.85 0.20 0.31 314 0.74 0.4
Hex B0 1A 8D 0 55 14 1F 13A 4A 28
Octal 260 32 215 0 125 24 37 472 112 50
Binary 10110000 11010 10001101 0 1010101 10100 11111 100111010 1001010 101000

Color Harmonies of #B01A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A8D

Black with #B01A8D

Text Example


Text Example

White with #B01A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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