Html Css Color HEX #B5008E Medium Violet Red

📋 copy color: '#B5008E'

red 181 ◦ green 0 ◦ blue 142

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

Shades of Medium Violet Red #B5008E

Tints of Medium Violet Red #B5008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.04%
G = 0%
B = 43.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5008E (or 0xB5008E) is known color: Medium Violet Red. HEX triplet: B5, 00 and 8E. RGB value is (181,0,142). Sum of RGB (Red+Green+Blue) = 181+0+142=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5008E is #4AFF71. Grayscale: #454545. Windows color (decimal): -4915058 or 9306293. OLE color: 9306293.

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

Color convert

RGB 181 0 142 -
CMYK 0 1 0.22 0.29
HSL 312.93º 1% 0.35% -
HSV(B) 312.93º 1% 0.71% -
XYZ 23.94 11.78 26.6 -
YUV 70.31 168.47 206.95 -
System Red Green Blue C M Y K H S L
Decimal 181 0 142 0 1 0.22 0.29 312.93 1 0.35
Hex B5 0 8E 0 64 16 1D 139 64 23
Octal 265 0 216 0 144 26 35 471 144 43
Binary 10110101 0 10001110 0 1100100 10110 11101 100111001 1100100 100011

Color Harmonies of #B5008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5008E

Black with #B5008E

Text Example


Text Example

White with #B5008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5008E; }

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

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

background-color css

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

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

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

border-color css

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

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

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