Html Css Color HEX #B5228A Medium Red Violet

📋 copy color: '#B5228A'

red 181 ◦ green 34 ◦ blue 138

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

Shades of Medium Red Violet #B5228A

Tints of Medium Red Violet #B5228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 51.27%
G = 9.63%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5228A (or 0xB5228A) is known color: Medium Red Violet. HEX triplet: B5, 22 and 8A. RGB value is (181,34,138). Sum of RGB (Red+Green+Blue) = 181+34+138=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5228A is #4ADD75. Grayscale: #595959. Windows color (decimal): -4906358 or 9052853. OLE color: 9052853.

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

Color convert

RGB 181 34 138 -
CMYK 0 0.81 0.24 0.29
HSL 317.55º 0.68% 0.42% -
HSV(B) 317.55º 0.81% 0.71% -
XYZ 24.22 12.8 25.24 -
YUV 89.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 181 34 138 0 0.81 0.24 0.29 317.55 0.68 0.42
Hex B5 22 8A 0 51 18 1D 13E 44 2A
Octal 265 42 212 0 121 30 35 476 104 52
Binary 10110101 100010 10001010 0 1010001 11000 11101 100111110 1000100 101010

Color Harmonies of #B5228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5228A

Black with #B5228A

Text Example


Text Example

White with #B5228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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