Html Css Color HEX #B5418B Medium Red Violet

📋 copy color: '#B5418B'

red 181 ◦ green 65 ◦ blue 139

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

Shades of Medium Red Violet #B5418B

Tints of Medium Red Violet #B5418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

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

R = 47.01%
G = 16.88%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5418B (or 0xB5418B) is known color: Medium Red Violet. HEX triplet: B5, 41 and 8B. RGB value is (181,65,139). Sum of RGB (Red+Green+Blue) = 181+65+139=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5418B is #4ABE74. Grayscale: #6B6B6B. Windows color (decimal): -4898421 or 9126325. OLE color: 9126325.

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

Color convert

RGB 181 65 139 -
CMYK 0 0.64 0.23 0.29
HSL 321.72º 0.47% 0.48% -
HSV(B) 321.72º 0.64% 0.71% -
XYZ 25.61 15.47 26.06 -
YUV 108.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 181 65 139 0 0.64 0.23 0.29 321.72 0.47 0.48
Hex B5 41 8B 0 40 17 1D 142 2F 30
Octal 265 101 213 0 100 27 35 502 57 60
Binary 10110101 1000001 10001011 0 1000000 10111 11101 101000010 101111 110000

Color Harmonies of #B5418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5418B

Black with #B5418B

Text Example


Text Example

White with #B5418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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