Html Css Color HEX #B01A8B Medium Violet Red

📋 copy color: '#B01A8B'

red 176 ◦ green 26 ◦ blue 139

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

Shades of Medium Violet Red #B01A8B

Tints of Medium Violet Red #B01A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 51.61%
G = 7.62%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B01A8B (or 0xB01A8B) is known color: Medium Violet Red. HEX triplet: B0, 1A and 8B. RGB value is (176,26,139). Sum of RGB (Red+Green+Blue) = 176+26+139=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01A8B is #4FE574. Grayscale: #535353. Windows color (decimal): -5236085 or 9116336. OLE color: 9116336.

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

Color convert

RGB 176 26 139 -
CMYK 0 0.85 0.21 0.31
HSL 314.8º 0.74% 0.4% -
HSV(B) 314.8º 0.85% 0.69% -
XYZ 22.93 11.83 25.5 -
YUV 83.73 159.2 193.81 -
System Red Green Blue C M Y K H S L
Decimal 176 26 139 0 0.85 0.21 0.31 314.8 0.74 0.4
Hex B0 1A 8B 0 55 15 1F 13B 4A 28
Octal 260 32 213 0 125 25 37 473 112 50
Binary 10110000 11010 10001011 0 1010101 10101 11111 100111011 1001010 101000

Color Harmonies of #B01A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A8B

Black with #B01A8B

Text Example


Text Example

White with #B01A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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