Html Css Color HEX #B5279B Medium Red Violet

📋 copy color: '#B5279B'

red 181 ◦ green 39 ◦ blue 155

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

Shades of Medium Red Violet #B5279B

Tints of Medium Red Violet #B5279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 48.27%
G = 10.4%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5279B (or 0xB5279B) is known color: Medium Red Violet. HEX triplet: B5, 27 and 9B. RGB value is (181,39,155). Sum of RGB (Red+Green+Blue) = 181+39+155=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5279B is #4AD864. Grayscale: #5E5E5E. Windows color (decimal): -4905061 or 10168245. OLE color: 10168245.

HSL color Cylindrical-coordinate representation of color #B5279B: hue angle of 310.99º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5279B is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 39 155 -
CMYK 0 0.78 0.14 0.29
HSL 310.99º 0.65% 0.43% -
HSV(B) 310.99º 0.78% 0.71% -
XYZ 25.7 13.64 32.29 -
YUV 94.68 162.04 189.57 -
System Red Green Blue C M Y K H S L
Decimal 181 39 155 0 0.78 0.14 0.29 310.99 0.65 0.43
Hex B5 27 9B 0 4E E 1D 137 41 2B
Octal 265 47 233 0 116 16 35 467 101 53
Binary 10110101 100111 10011011 0 1001110 1110 11101 100110111 1000001 101011

Color Harmonies of #B5279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5279B

Black with #B5279B

Text Example


Text Example

White with #B5279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5279B; }

 p { color: rgb(181,39,155); }

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

background-color css

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

 a { background-color: rgb(181,39,155); }

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

border-color css

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

 span { border-color: rgb(181,39,155); }

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