Html Css Color HEX #B5287E Medium Red Violet

📋 copy color: '#B5287E'

red 181 ◦ green 40 ◦ blue 126

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

Shades of Medium Red Violet #B5287E

Tints of Medium Red Violet #B5287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.53%

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

R = 52.16%
G = 11.53%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5287E (or 0xB5287E) is known color: Medium Red Violet. HEX triplet: B5, 28 and 7E. RGB value is (181,40,126). Sum of RGB (Red+Green+Blue) = 181+40+126=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5287E is #4AD781. Grayscale: #5B5B5B. Windows color (decimal): -4904834 or 8267957. OLE color: 8267957.

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

Color convert

RGB 181 40 126 -
CMYK 0 0.78 0.30 0.29
HSL 323.4º 0.64% 0.43% -
HSV(B) 323.4º 0.78% 0.71% -
XYZ 23.58 12.85 20.98 -
YUV 91.96 147.21 191.51 -
System Red Green Blue C M Y K H S L
Decimal 181 40 126 0 0.78 0.30 0.29 323.4 0.64 0.43
Hex B5 28 7E 0 4E 1E 1D 143 40 2B
Octal 265 50 176 0 116 36 35 503 100 53
Binary 10110101 101000 1111110 0 1001110 11110 11101 101000011 1000000 101011

Color Harmonies of #B5287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5287E

Black with #B5287E

Text Example


Text Example

White with #B5287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5287E; }

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

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

background-color css

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

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

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

border-color css

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

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

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