Html Css Color HEX #B5276E Medium Red Violet

📋 copy color: '#B5276E'

red 181 ◦ green 39 ◦ blue 110

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

Shades of Medium Red Violet #B5276E

Tints of Medium Red Violet #B5276E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 54.85%
G = 11.82%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5276E (or 0xB5276E) is known color: Medium Red Violet. HEX triplet: B5, 27 and 6E. RGB value is (181,39,110). Sum of RGB (Red+Green+Blue) = 181+39+110=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5276E is #4AD891. Grayscale: #595959. Windows color (decimal): -4905106 or 7219125. OLE color: 7219125.

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

Color convert

RGB 181 39 110 -
CMYK 0 0.78 0.39 0.29
HSL 330º 0.65% 0.43% -
HSV(B) 330º 0.78% 0.71% -
XYZ 22.6 12.4 15.95 -
YUV 89.55 139.54 193.23 -
System Red Green Blue C M Y K H S L
Decimal 181 39 110 0 0.78 0.39 0.29 330 0.65 0.43
Hex B5 27 6E 0 4E 27 1D 14A 41 2B
Octal 265 47 156 0 116 47 35 512 101 53
Binary 10110101 100111 1101110 0 1001110 100111 11101 101001010 1000001 101011

Color Harmonies of #B5276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5276E

Black with #B5276E

Text Example


Text Example

White with #B5276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5276E; }

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

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

background-color css

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

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

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

border-color css

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

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

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