Html Css Color HEX #B5369C Medium Red Violet

📋 copy color: '#B5369C'

red 181 ◦ green 54 ◦ blue 156

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

Shades of Medium Red Violet #B5369C

Tints of Medium Red Violet #B5369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.9%

R = 46.29%
G = 13.81%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5369C (or 0xB5369C) is known color: Medium Red Violet. HEX triplet: B5, 36 and 9C. RGB value is (181,54,156). Sum of RGB (Red+Green+Blue) = 181+54+156=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5369C is #4AC963. Grayscale: #676767. Windows color (decimal): -4901220 or 10237621. OLE color: 10237621.

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

Color convert

RGB 181 54 156 -
CMYK 0 0.70 0.14 0.29
HSL 311.81º 0.54% 0.46% -
HSV(B) 311.81º 0.7% 0.71% -
XYZ 26.38 14.86 32.93 -
YUV 103.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 181 54 156 0 0.70 0.14 0.29 311.81 0.54 0.46
Hex B5 36 9C 0 46 E 1D 138 36 2E
Octal 265 66 234 0 106 16 35 470 66 56
Binary 10110101 110110 10011100 0 1000110 1110 11101 100111000 110110 101110

Color Harmonies of #B5369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5369C

Black with #B5369C

Text Example


Text Example

White with #B5369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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