Html Css Color HEX #B5247A Medium Red Violet

📋 copy color: '#B5247A'

red 181 ◦ green 36 ◦ blue 122

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

Shades of Medium Red Violet #B5247A

Tints of Medium Red Violet #B5247A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.62%

 BLUE value IS 122 (48.05% from 255) = 35.99%

R = 53.39%
G = 10.62%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5247A (or 0xB5247A) is known color: Medium Red Violet. HEX triplet: B5, 24 and 7A. RGB value is (181,36,122). Sum of RGB (Red+Green+Blue) = 181+36+122=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5247A is #4ADB85. Grayscale: #585858. Windows color (decimal): -4905862 or 8004789. OLE color: 8004789.

HSL color Cylindrical-coordinate representation of color #B5247A: hue angle of 324.41º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5247A is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 36 122 -
CMYK 0 0.80 0.33 0.29
HSL 324.41º 0.67% 0.43% -
HSV(B) 324.41º 0.8% 0.71% -
XYZ 23.2 12.49 19.6 -
YUV 89.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 181 36 122 0 0.80 0.33 0.29 324.41 0.67 0.43
Hex B5 24 7A 0 50 21 1D 144 43 2B
Octal 265 44 172 0 120 41 35 504 103 53
Binary 10110101 100100 1111010 0 1010000 100001 11101 101000100 1000011 101011

Color Harmonies of #B5247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5247A

Black with #B5247A

Text Example


Text Example

White with #B5247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5247A; }

 p { color: rgb(181,36,122); }

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

background-color css

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

 a { background-color: rgb(181,36,122); }

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

border-color css

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

 span { border-color: rgb(181,36,122); }

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