Html Css Color HEX #B5018E Medium Violet Red

📋 copy color: '#B5018E'

red 181 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #B5018E

Tints of Medium Violet Red #B5018E

RGB

 RED value IS 181 (71.09% from 255) = 55.86%

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 142 (55.86% from 255) = 43.83%

R = 55.86%
G = 0.31%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5018E (or 0xB5018E) is known color: Medium Violet Red. HEX triplet: B5, 01 and 8E. RGB value is (181,1,142). Sum of RGB (Red+Green+Blue) = 181+1+142=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5018E is #4AFE71. Grayscale: #464646. Windows color (decimal): -4914802 or 9306549. OLE color: 9306549.

HSL color Cylindrical-coordinate representation of color #B5018E: hue angle of 313º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5018E is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 1 142 -
CMYK 0 0.99 0.22 0.29
HSL 313º 0.99% 0.36% -
HSV(B) 313º 0.99% 0.71% -
XYZ 23.95 11.8 26.61 -
YUV 70.89 168.13 206.54 -
System Red Green Blue C M Y K H S L
Decimal 181 1 142 0 0.99 0.22 0.29 313 0.99 0.36
Hex B5 1 8E 0 63 16 1D 139 63 24
Octal 265 1 216 0 143 26 35 471 143 44
Binary 10110101 1 10001110 0 1100011 10110 11101 100111001 1100011 100100

Color Harmonies of #B5018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5018E

Black with #B5018E

Text Example


Text Example

White with #B5018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5018E; }

 p { color: rgb(181,1,142); }

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

background-color css

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

 a { background-color: rgb(181,1,142); }

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

border-color css

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

 span { border-color: rgb(181,1,142); }

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