Html Css Color HEX #B5029E Medium Violet Red

📋 copy color: '#B5029E'

red 181 ◦ green 2 ◦ blue 158

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

Shades of Medium Violet Red #B5029E

Tints of Medium Violet Red #B5029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 158 (62.11% from 255) = 46.33%

R = 53.08%
G = 0.59%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5029E (or 0xB5029E) is known color: Medium Violet Red. HEX triplet: B5, 02 and 9E. RGB value is (181,2,158). Sum of RGB (Red+Green+Blue) = 181+2+158=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5029E is #4AFD61. Grayscale: #484848. Windows color (decimal): -4914530 or 10355381. OLE color: 10355381.

HSL color Cylindrical-coordinate representation of color #B5029E: hue angle of 307.71º degrees, saturation: 0.98, 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 #B5029E is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 158 -
CMYK 0 0.99 0.13 0.29
HSL 307.71º 0.98% 0.36% -
HSV(B) 307.71º 0.99% 0.71% -
XYZ 25.25 12.34 33.4 -
YUV 73.31 175.8 204.82 -
System Red Green Blue C M Y K H S L
Decimal 181 2 158 0 0.99 0.13 0.29 307.71 0.98 0.36
Hex B5 2 9E 0 63 D 1D 134 62 24
Octal 265 2 236 0 143 15 35 464 142 44
Binary 10110101 10 10011110 0 1100011 1101 11101 100110100 1100010 100100

Color Harmonies of #B5029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5029E

Black with #B5029E

Text Example


Text Example

White with #B5029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5029E; }

 p { color: rgb(181,2,158); }

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

background-color css

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

 a { background-color: rgb(181,2,158); }

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

border-color css

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

 span { border-color: rgb(181,2,158); }

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