Html Css Color HEX #B5248D Medium Red Violet

📋 copy color: '#B5248D'

red 181 ◦ green 36 ◦ blue 141

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

Shades of Medium Red Violet #B5248D

Tints of Medium Red Violet #B5248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.39%

R = 50.56%
G = 10.06%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5248D (or 0xB5248D) is known color: Medium Red Violet. HEX triplet: B5, 24 and 8D. RGB value is (181,36,141). Sum of RGB (Red+Green+Blue) = 181+36+141=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5248D is #4ADB72. Grayscale: #5B5B5B. Windows color (decimal): -4905843 or 9249973. OLE color: 9249973.

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

Color convert

RGB 181 36 141 -
CMYK 0 0.80 0.22 0.29
HSL 316.55º 0.67% 0.43% -
HSV(B) 316.55º 0.8% 0.71% -
XYZ 24.49 13.01 26.42 -
YUV 91.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 181 36 141 0 0.80 0.22 0.29 316.55 0.67 0.43
Hex B5 24 8D 0 50 16 1D 13D 43 2B
Octal 265 44 215 0 120 26 35 475 103 53
Binary 10110101 100100 10001101 0 1010000 10110 11101 100111101 1000011 101011

Color Harmonies of #B5248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5248D

Black with #B5248D

Text Example


Text Example

White with #B5248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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