Html Css Color HEX #B5278F Medium Red Violet

📋 copy color: '#B5278F'

red 181 ◦ green 39 ◦ blue 143

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

Shades of Medium Red Violet #B5278F

Tints of Medium Red Violet #B5278F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 49.86%
G = 10.74%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B5278F (or 0xB5278F) is known color: Medium Red Violet. HEX triplet: B5, 27 and 8F. RGB value is (181,39,143). Sum of RGB (Red+Green+Blue) = 181+39+143=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5278F is #4AD870. Grayscale: #5D5D5D. Windows color (decimal): -4905073 or 9381813. OLE color: 9381813.

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

Color convert

RGB 181 39 143 -
CMYK 0 0.78 0.21 0.29
HSL 316.06º 0.65% 0.43% -
HSV(B) 316.06º 0.78% 0.71% -
XYZ 24.74 13.26 27.24 -
YUV 93.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 181 39 143 0 0.78 0.21 0.29 316.06 0.65 0.43
Hex B5 27 8F 0 4E 15 1D 13C 41 2B
Octal 265 47 217 0 116 25 35 474 101 53
Binary 10110101 100111 10001111 0 1001110 10101 11101 100111100 1000001 101011

Color Harmonies of #B5278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5278F

Black with #B5278F

Text Example


Text Example

White with #B5278F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5278F; }

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

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

background-color css

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

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

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

border-color css

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

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

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