Html Css Color HEX #B5027E Medium Violet Red

📋 copy color: '#B5027E'

red 181 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #B5027E

Tints of Medium Violet Red #B5027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.78%

R = 58.58%
G = 0.65%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5027E (or 0xB5027E) is known color: Medium Violet Red. HEX triplet: B5, 02 and 7E. RGB value is (181,2,126). Sum of RGB (Red+Green+Blue) = 181+2+126=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5027E is #4AFD81. Grayscale: #454545. Windows color (decimal): -4914562 or 8258229. OLE color: 8258229.

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

Color convert

RGB 181 2 126 -
CMYK 0 0.99 0.30 0.29
HSL 318.44º 0.98% 0.36% -
HSV(B) 318.44º 0.99% 0.71% -
XYZ 22.84 11.37 20.73 -
YUV 69.66 159.8 207.42 -
System Red Green Blue C M Y K H S L
Decimal 181 2 126 0 0.99 0.30 0.29 318.44 0.98 0.36
Hex B5 2 7E 0 63 1E 1D 13E 62 24
Octal 265 2 176 0 143 36 35 476 142 44
Binary 10110101 10 1111110 0 1100011 11110 11101 100111110 1100010 100100

Color Harmonies of #B5027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5027E

Black with #B5027E

Text Example


Text Example

White with #B5027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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