Html Css Color HEX #B5248F Medium Red Violet

📋 copy color: '#B5248F'

red 181 ◦ green 36 ◦ blue 143

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

Shades of Medium Red Violet #B5248F

Tints of Medium Red Violet #B5248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.72%

R = 50.28%
G = 10%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B5248F (or 0xB5248F) is known color: Medium Red Violet. HEX triplet: B5, 24 and 8F. RGB value is (181,36,143). Sum of RGB (Red+Green+Blue) = 181+36+143=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5248F is #4ADB70. Grayscale: #5B5B5B. Windows color (decimal): -4905841 or 9381045. OLE color: 9381045.

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

Color convert

RGB 181 36 143 -
CMYK 0 0.80 0.21 0.29
HSL 315.72º 0.67% 0.43% -
HSV(B) 315.72º 0.8% 0.71% -
XYZ 24.64 13.07 27.21 -
YUV 91.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 181 36 143 0 0.80 0.21 0.29 315.72 0.67 0.43
Hex B5 24 8F 0 50 15 1D 13C 43 2B
Octal 265 44 217 0 120 25 35 474 103 53
Binary 10110101 100100 10001111 0 1010000 10101 11101 100111100 1000011 101011

Color Harmonies of #B5248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5248F

Black with #B5248F

Text Example


Text Example

White with #B5248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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