Html Css Color HEX #B5027C Medium Violet Red

📋 copy color: '#B5027C'

red 181 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #B5027C

Tints of Medium Violet Red #B5027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 58.96%
G = 0.65%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5027C (or 0xB5027C) is known color: Medium Violet Red. HEX triplet: B5, 02 and 7C. RGB value is (181,2,124). Sum of RGB (Red+Green+Blue) = 181+2+124=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5027C is #4AFD83. Grayscale: #454545. Windows color (decimal): -4914564 or 8127157. OLE color: 8127157.

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

Color convert

RGB 181 2 124 -
CMYK 0 0.99 0.31 0.29
HSL 319.11º 0.98% 0.36% -
HSV(B) 319.11º 0.99% 0.71% -
XYZ 22.72 11.32 20.06 -
YUV 69.43 158.8 207.58 -
System Red Green Blue C M Y K H S L
Decimal 181 2 124 0 0.99 0.31 0.29 319.11 0.98 0.36
Hex B5 2 7C 0 63 1F 1D 13F 62 24
Octal 265 2 174 0 143 37 35 477 142 44
Binary 10110101 10 1111100 0 1100011 11111 11101 100111111 1100010 100100

Color Harmonies of #B5027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5027C

Black with #B5027C

Text Example


Text Example

White with #B5027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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