Html Css Color HEX #B5378B Medium Red Violet

📋 copy color: '#B5378B'

red 181 ◦ green 55 ◦ blue 139

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

Shades of Medium Red Violet #B5378B

Tints of Medium Red Violet #B5378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.67%

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

R = 48.27%
G = 14.67%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5378B (or 0xB5378B) is known color: Medium Red Violet. HEX triplet: B5, 37 and 8B. RGB value is (181,55,139). Sum of RGB (Red+Green+Blue) = 181+55+139=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5378B is #4AC874. Grayscale: #666666. Windows color (decimal): -4900981 or 9123765. OLE color: 9123765.

HSL color Cylindrical-coordinate representation of color #B5378B: hue angle of 320º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5378B is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 55 139 -
CMYK 0 0.70 0.23 0.29
HSL 320º 0.53% 0.46% -
HSV(B) 320º 0.7% 0.71% -
XYZ 25.08 14.42 25.89 -
YUV 102.25 148.74 184.17 -
System Red Green Blue C M Y K H S L
Decimal 181 55 139 0 0.70 0.23 0.29 320 0.53 0.46
Hex B5 37 8B 0 46 17 1D 140 35 2E
Octal 265 67 213 0 106 27 35 500 65 56
Binary 10110101 110111 10001011 0 1000110 10111 11101 101000000 110101 101110

Color Harmonies of #B5378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5378B

Black with #B5378B

Text Example


Text Example

White with #B5378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5378B; }

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

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

background-color css

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

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

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

border-color css

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

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

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