Html Css Color HEX #B5028E Medium Violet Red

📋 copy color: '#B5028E'

red 181 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #B5028E

Tints of Medium Violet Red #B5028E

RGB

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

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

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

R = 55.69%
G = 0.62%
B = 43.69%

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

#B5028E (or 0xB5028E) is known color: Medium Violet Red. HEX triplet: B5, 02 and 8E. RGB value is (181,2,142). Sum of RGB (Red+Green+Blue) = 181+2+142=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5028E is #4AFD71. Grayscale: #474747. Windows color (decimal): -4914546 or 9306805. OLE color: 9306805.

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

Color convert

RGB 181 2 142 -
CMYK 0 0.99 0.22 0.29
HSL 313.07º 0.98% 0.36% -
HSV(B) 313.07º 0.99% 0.71% -
XYZ 23.96 11.82 26.61 -
YUV 71.48 167.8 206.12 -
System Red Green Blue C M Y K H S L
Decimal 181 2 142 0 0.99 0.22 0.29 313.07 0.98 0.36
Hex B5 2 8E 0 63 16 1D 139 62 24
Octal 265 2 216 0 143 26 35 471 142 44
Binary 10110101 10 10001110 0 1100011 10110 11101 100111001 1100010 100100

Color Harmonies of #B5028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5028E

Black with #B5028E

Text Example


Text Example

White with #B5028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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