Html Css Color HEX #B5367F Medium Red Violet

📋 copy color: '#B5367F'

red 181 ◦ green 54 ◦ blue 127

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

Shades of Medium Red Violet #B5367F

Tints of Medium Red Violet #B5367F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.08%

R = 50%
G = 14.92%
B = 35.08%

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

#B5367F (or 0xB5367F) is known color: Medium Red Violet. HEX triplet: B5, 36 and 7F. RGB value is (181,54,127). Sum of RGB (Red+Green+Blue) = 181+54+127=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5367F is #4AC980. Grayscale: #646464. Windows color (decimal): -4901249 or 8337077. OLE color: 8337077.

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

Color convert

RGB 181 54 127 -
CMYK 0 0.70 0.30 0.29
HSL 325.51º 0.54% 0.46% -
HSV(B) 325.51º 0.7% 0.71% -
XYZ 24.21 13.99 21.5 -
YUV 100.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 181 54 127 0 0.70 0.30 0.29 325.51 0.54 0.46
Hex B5 36 7F 0 46 1E 1D 146 36 2E
Octal 265 66 177 0 106 36 35 506 66 56
Binary 10110101 110110 1111111 0 1000110 11110 11101 101000110 110110 101110

Color Harmonies of #B5367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5367F

Black with #B5367F

Text Example


Text Example

White with #B5367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5367F; }

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

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

background-color css

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

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

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

border-color css

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

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

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