Html Css Color HEX #B01A8F Medium Violet Red

📋 copy color: '#B01A8F'

red 176 ◦ green 26 ◦ blue 143

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

Shades of Medium Violet Red #B01A8F

Tints of Medium Violet Red #B01A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.45%

R = 51.01%
G = 7.54%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B01A8F (or 0xB01A8F) is known color: Medium Violet Red. HEX triplet: B0, 1A and 8F. RGB value is (176,26,143). Sum of RGB (Red+Green+Blue) = 176+26+143=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01A8F is #4FE570. Grayscale: #535353. Windows color (decimal): -5236081 or 9378480. OLE color: 9378480.

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

Color convert

RGB 176 26 143 -
CMYK 0 0.85 0.19 0.31
HSL 313.2º 0.74% 0.4% -
HSV(B) 313.2º 0.85% 0.69% -
XYZ 23.23 11.95 27.07 -
YUV 84.19 161.2 193.49 -
System Red Green Blue C M Y K H S L
Decimal 176 26 143 0 0.85 0.19 0.31 313.2 0.74 0.4
Hex B0 1A 8F 0 55 13 1F 139 4A 28
Octal 260 32 217 0 125 23 37 471 112 50
Binary 10110000 11010 10001111 0 1010101 10011 11111 100111001 1001010 101000

Color Harmonies of #B01A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A8F

Black with #B01A8F

Text Example


Text Example

White with #B01A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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