Html Css Color HEX #B5028D Medium Violet Red

📋 copy color: '#B5028D'

red 181 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #B5028D

Tints of Medium Violet Red #B5028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 55.86%
G = 0.62%
B = 43.52%

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

#B5028D (or 0xB5028D) is known color: Medium Violet Red. HEX triplet: B5, 02 and 8D. RGB value is (181,2,141). Sum of RGB (Red+Green+Blue) = 181+2+141=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5028D is #4AFD72. Grayscale: #464646. Windows color (decimal): -4914547 or 9241269. OLE color: 9241269.

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

Color convert

RGB 181 2 141 -
CMYK 0 0.99 0.22 0.29
HSL 313.41º 0.98% 0.36% -
HSV(B) 313.41º 0.99% 0.71% -
XYZ 23.89 11.79 26.22 -
YUV 71.37 167.3 206.2 -
System Red Green Blue C M Y K H S L
Decimal 181 2 141 0 0.99 0.22 0.29 313.41 0.98 0.36
Hex B5 2 8D 0 63 16 1D 139 62 24
Octal 265 2 215 0 143 26 35 471 142 44
Binary 10110101 10 10001101 0 1100011 10110 11101 100111001 1100010 100100

Color Harmonies of #B5028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5028D

Black with #B5028D

Text Example


Text Example

White with #B5028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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