Html Css Color HEX #B5228E Medium Red Violet

📋 copy color: '#B5228E'

red 181 ◦ green 34 ◦ blue 142

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

Shades of Medium Red Violet #B5228E

Tints of Medium Red Violet #B5228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.52%

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

R = 50.7%
G = 9.52%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5228E (or 0xB5228E) is known color: Medium Red Violet. HEX triplet: B5, 22 and 8E. RGB value is (181,34,142). Sum of RGB (Red+Green+Blue) = 181+34+142=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5228E is #4ADD71. Grayscale: #595959. Windows color (decimal): -4906354 or 9314997. OLE color: 9314997.

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

Color convert

RGB 181 34 142 -
CMYK 0 0.81 0.22 0.29
HSL 315.92º 0.68% 0.42% -
HSV(B) 315.92º 0.81% 0.71% -
XYZ 24.51 12.92 26.79 -
YUV 90.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 181 34 142 0 0.81 0.22 0.29 315.92 0.68 0.42
Hex B5 22 8E 0 51 16 1D 13C 44 2A
Octal 265 42 216 0 121 26 35 474 104 52
Binary 10110101 100010 10001110 0 1010001 10110 11101 100111100 1000100 101010

Color Harmonies of #B5228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5228E

Black with #B5228E

Text Example


Text Example

White with #B5228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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