Html Css Color HEX #B5219E Medium Red Violet

📋 copy color: '#B5219E'

red 181 ◦ green 33 ◦ blue 158

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

Shades of Medium Red Violet #B5219E

Tints of Medium Red Violet #B5219E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.87%

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

R = 48.66%
G = 8.87%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5219E (or 0xB5219E) is known color: Medium Red Violet. HEX triplet: B5, 21 and 9E. RGB value is (181,33,158). Sum of RGB (Red+Green+Blue) = 181+33+158=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5219E is #4ADE61. Grayscale: #5B5B5B. Windows color (decimal): -4906594 or 10363317. OLE color: 10363317.

HSL color Cylindrical-coordinate representation of color #B5219E: hue angle of 309.32º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5219E is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 33 158 -
CMYK 0 0.82 0.13 0.29
HSL 309.32º 0.69% 0.42% -
HSV(B) 309.32º 0.82% 0.71% -
XYZ 25.77 13.38 33.57 -
YUV 91.5 165.53 191.84 -
System Red Green Blue C M Y K H S L
Decimal 181 33 158 0 0.82 0.13 0.29 309.32 0.69 0.42
Hex B5 21 9E 0 52 D 1D 135 45 2A
Octal 265 41 236 0 122 15 35 465 105 52
Binary 10110101 100001 10011110 0 1010010 1101 11101 100110101 1000101 101010

Color Harmonies of #B5219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5219E

Black with #B5219E

Text Example


Text Example

White with #B5219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5219E; }

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

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

background-color css

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

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

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

border-color css

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

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

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