Html Css Color HEX #B5227B Medium Red Violet

📋 copy color: '#B5227B'

red 181 ◦ green 34 ◦ blue 123

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

Shades of Medium Red Violet #B5227B

Tints of Medium Red Violet #B5227B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.39%

R = 53.55%
G = 10.06%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5227B (or 0xB5227B) is known color: Medium Red Violet. HEX triplet: B5, 22 and 7B. RGB value is (181,34,123). Sum of RGB (Red+Green+Blue) = 181+34+123=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5227B is #4ADD84. Grayscale: #575757. Windows color (decimal): -4906373 or 8069813. OLE color: 8069813.

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

Color convert

RGB 181 34 123 -
CMYK 0 0.81 0.32 0.29
HSL 323.67º 0.68% 0.42% -
HSV(B) 323.67º 0.81% 0.71% -
XYZ 23.2 12.4 19.91 -
YUV 88.1 147.7 194.26 -
System Red Green Blue C M Y K H S L
Decimal 181 34 123 0 0.81 0.32 0.29 323.67 0.68 0.42
Hex B5 22 7B 0 51 20 1D 144 44 2A
Octal 265 42 173 0 121 40 35 504 104 52
Binary 10110101 100010 1111011 0 1010001 100000 11101 101000100 1000100 101010

Color Harmonies of #B5227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5227B

Black with #B5227B

Text Example


Text Example

White with #B5227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5227B; }

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

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

background-color css

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

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

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

border-color css

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

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

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