Html Css Color HEX #B5287D Medium Red Violet

📋 copy color: '#B5287D'

red 181 ◦ green 40 ◦ blue 125

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

Shades of Medium Red Violet #B5287D

Tints of Medium Red Violet #B5287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 52.31%
G = 11.56%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5287D (or 0xB5287D) is known color: Medium Red Violet. HEX triplet: B5, 28 and 7D. RGB value is (181,40,125). Sum of RGB (Red+Green+Blue) = 181+40+125=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5287D is #4AD782. Grayscale: #5B5B5B. Windows color (decimal): -4904835 or 8202421. OLE color: 8202421.

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

Color convert

RGB 181 40 125 -
CMYK 0 0.78 0.31 0.29
HSL 323.83º 0.64% 0.43% -
HSV(B) 323.83º 0.78% 0.71% -
XYZ 23.52 12.82 20.64 -
YUV 91.85 146.71 191.59 -
System Red Green Blue C M Y K H S L
Decimal 181 40 125 0 0.78 0.31 0.29 323.83 0.64 0.43
Hex B5 28 7D 0 4E 1F 1D 144 40 2B
Octal 265 50 175 0 116 37 35 504 100 53
Binary 10110101 101000 1111101 0 1001110 11111 11101 101000100 1000000 101011

Color Harmonies of #B5287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5287D

Black with #B5287D

Text Example


Text Example

White with #B5287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5287D; }

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

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

background-color css

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

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

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

border-color css

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

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

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