Html Css Color HEX #B5228B Medium Red Violet

📋 copy color: '#B5228B'

red 181 ◦ green 34 ◦ blue 139

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

Shades of Medium Red Violet #B5228B

Tints of Medium Red Violet #B5228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 51.13%
G = 9.6%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5228B (or 0xB5228B) is known color: Medium Red Violet. HEX triplet: B5, 22 and 8B. RGB value is (181,34,139). Sum of RGB (Red+Green+Blue) = 181+34+139=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5228B is #4ADD74. Grayscale: #595959. Windows color (decimal): -4906357 or 9118389. OLE color: 9118389.

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

Color convert

RGB 181 34 139 -
CMYK 0 0.81 0.23 0.29
HSL 317.14º 0.68% 0.42% -
HSV(B) 317.14º 0.81% 0.71% -
XYZ 24.29 12.83 25.62 -
YUV 89.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 181 34 139 0 0.81 0.23 0.29 317.14 0.68 0.42
Hex B5 22 8B 0 51 17 1D 13D 44 2A
Octal 265 42 213 0 121 27 35 475 104 52
Binary 10110101 100010 10001011 0 1010001 10111 11101 100111101 1000100 101010

Color Harmonies of #B5228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5228B

Black with #B5228B

Text Example


Text Example

White with #B5228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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