Html Css Color HEX #B01E8A Medium Red Violet

📋 copy color: '#B01E8A'

red 176 ◦ green 30 ◦ blue 138

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

Shades of Medium Red Violet #B01E8A

Tints of Medium Red Violet #B01E8A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.72%

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 51.16%
G = 8.72%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B01E8A (or 0xB01E8A) is known color: Medium Red Violet. HEX triplet: B0, 1E and 8A. RGB value is (176,30,138). Sum of RGB (Red+Green+Blue) = 176+30+138=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01E8A is #4FE175. Grayscale: #555555. Windows color (decimal): -5235062 or 9051824. OLE color: 9051824.

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

Color convert

RGB 176 30 138 -
CMYK 0 0.83 0.22 0.31
HSL 315.62º 0.71% 0.4% -
HSV(B) 315.62º 0.83% 0.69% -
XYZ 22.96 11.99 25.15 -
YUV 85.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 176 30 138 0 0.83 0.22 0.31 315.62 0.71 0.4
Hex B0 1E 8A 0 53 16 1F 13C 47 28
Octal 260 36 212 0 123 26 37 474 107 50
Binary 10110000 11110 10001010 0 1010011 10110 11111 100111100 1000111 101000

Color Harmonies of #B01E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01E8A

Black with #B01E8A

Text Example


Text Example

White with #B01E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01E8A; }

 p { color: rgb(176,30,138); }

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

background-color css

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

 a { background-color: rgb(176,30,138); }

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

border-color css

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

 span { border-color: rgb(176,30,138); }

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