Html Css Color HEX #B5287B Medium Red Violet

📋 copy color: '#B5287B'

red 181 ◦ green 40 ◦ blue 123

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

Shades of Medium Red Violet #B5287B

Tints of Medium Red Violet #B5287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 52.62%
G = 11.63%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5287B (or 0xB5287B) is known color: Medium Red Violet. HEX triplet: B5, 28 and 7B. RGB value is (181,40,123). Sum of RGB (Red+Green+Blue) = 181+40+123=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5287B is #4AD784. Grayscale: #5B5B5B. Windows color (decimal): -4904837 or 8071349. OLE color: 8071349.

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

Color convert

RGB 181 40 123 -
CMYK 0 0.78 0.32 0.29
HSL 324.68º 0.64% 0.43% -
HSV(B) 324.68º 0.78% 0.71% -
XYZ 23.39 12.77 19.97 -
YUV 91.62 145.71 191.75 -
System Red Green Blue C M Y K H S L
Decimal 181 40 123 0 0.78 0.32 0.29 324.68 0.64 0.43
Hex B5 28 7B 0 4E 20 1D 145 40 2B
Octal 265 50 173 0 116 40 35 505 100 53
Binary 10110101 101000 1111011 0 1001110 100000 11101 101000101 1000000 101011

Color Harmonies of #B5287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5287B

Black with #B5287B

Text Example


Text Example

White with #B5287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5287B; }

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

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

background-color css

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

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

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

border-color css

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

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

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