Html Css Color HEX #B5318B Medium Red Violet

📋 copy color: '#B5318B'

red 181 ◦ green 49 ◦ blue 139

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

Shades of Medium Red Violet #B5318B

Tints of Medium Red Violet #B5318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.28%

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

R = 49.05%
G = 13.28%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5318B (or 0xB5318B) is known color: Medium Red Violet. HEX triplet: B5, 31 and 8B. RGB value is (181,49,139). Sum of RGB (Red+Green+Blue) = 181+49+139=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5318B is #4ACE74. Grayscale: #626262. Windows color (decimal): -4902517 or 9122229. OLE color: 9122229.

HSL color Cylindrical-coordinate representation of color #B5318B: hue angle of 319.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5318B is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 139 -
CMYK 0 0.73 0.23 0.29
HSL 319.09º 0.57% 0.45% -
HSV(B) 319.09º 0.73% 0.71% -
XYZ 24.81 13.88 25.8 -
YUV 98.73 150.73 186.68 -
System Red Green Blue C M Y K H S L
Decimal 181 49 139 0 0.73 0.23 0.29 319.09 0.57 0.45
Hex B5 31 8B 0 49 17 1D 13F 39 2D
Octal 265 61 213 0 111 27 35 477 71 55
Binary 10110101 110001 10001011 0 1001001 10111 11101 100111111 111001 101101

Color Harmonies of #B5318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5318B

Black with #B5318B

Text Example


Text Example

White with #B5318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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