Html Css Color HEX #B5369D Medium Red Violet

📋 copy color: '#B5369D'

red 181 ◦ green 54 ◦ blue 157

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

Shades of Medium Red Violet #B5369D

Tints of Medium Red Violet #B5369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.78%

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 46.17%
G = 13.78%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5369D (or 0xB5369D) is known color: Medium Red Violet. HEX triplet: B5, 36 and 9D. RGB value is (181,54,157). Sum of RGB (Red+Green+Blue) = 181+54+157=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5369D is #4AC962. Grayscale: #676767. Windows color (decimal): -4901219 or 10303157. OLE color: 10303157.

HSL color Cylindrical-coordinate representation of color #B5369D: hue angle of 311.34º degrees, saturation: 0.54, 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 #B5369D is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 54 157 -
CMYK 0 0.70 0.13 0.29
HSL 311.34º 0.54% 0.46% -
HSV(B) 311.34º 0.7% 0.71% -
XYZ 26.46 14.9 33.38 -
YUV 103.72 158.08 183.12 -
System Red Green Blue C M Y K H S L
Decimal 181 54 157 0 0.70 0.13 0.29 311.34 0.54 0.46
Hex B5 36 9D 0 46 D 1D 137 36 2E
Octal 265 66 235 0 106 15 35 467 66 56
Binary 10110101 110110 10011101 0 1000110 1101 11101 100110111 110110 101110

Color Harmonies of #B5369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5369D

Black with #B5369D

Text Example


Text Example

White with #B5369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5369D; }

 p { color: rgb(181,54,157); }

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

background-color css

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

 a { background-color: rgb(181,54,157); }

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

border-color css

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

 span { border-color: rgb(181,54,157); }

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