Html Css Color HEX #B5367E Medium Red Violet

📋 copy color: '#B5367E'

red 181 ◦ green 54 ◦ blue 126

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

Shades of Medium Red Violet #B5367E

Tints of Medium Red Violet #B5367E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 50.14%
G = 14.96%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5367E (or 0xB5367E) is known color: Medium Red Violet. HEX triplet: B5, 36 and 7E. RGB value is (181,54,126). Sum of RGB (Red+Green+Blue) = 181+54+126=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5367E is #4AC981. Grayscale: #646464. Windows color (decimal): -4901250 or 8271541. OLE color: 8271541.

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

Color convert

RGB 181 54 126 -
CMYK 0 0.70 0.30 0.29
HSL 325.98º 0.54% 0.46% -
HSV(B) 325.98º 0.7% 0.71% -
XYZ 24.14 13.97 21.16 -
YUV 100.18 142.58 185.65 -
System Red Green Blue C M Y K H S L
Decimal 181 54 126 0 0.70 0.30 0.29 325.98 0.54 0.46
Hex B5 36 7E 0 46 1E 1D 146 36 2E
Octal 265 66 176 0 106 36 35 506 66 56
Binary 10110101 110110 1111110 0 1000110 11110 11101 101000110 110110 101110

Color Harmonies of #B5367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5367E

Black with #B5367E

Text Example


Text Example

White with #B5367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5367E; }

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

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

background-color css

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

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

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

border-color css

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

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

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