Html Css Color HEX #B5286C Medium Red Violet

📋 copy color: '#B5286C'

red 181 ◦ green 40 ◦ blue 108

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

Shades of Medium Red Violet #B5286C

Tints of Medium Red Violet #B5286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 55.02%
G = 12.16%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5286C (or 0xB5286C) is known color: Medium Red Violet. HEX triplet: B5, 28 and 6C. RGB value is (181,40,108). Sum of RGB (Red+Green+Blue) = 181+40+108=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5286C is #4AD793. Grayscale: #595959. Windows color (decimal): -4904852 or 7088309. OLE color: 7088309.

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

Color convert

RGB 181 40 108 -
CMYK 0 0.78 0.40 0.29
HSL 331.06º 0.64% 0.43% -
HSV(B) 331.06º 0.78% 0.71% -
XYZ 22.52 12.42 15.4 -
YUV 89.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 181 40 108 0 0.78 0.40 0.29 331.06 0.64 0.43
Hex B5 28 6C 0 4E 28 1D 14B 40 2B
Octal 265 50 154 0 116 50 35 513 100 53
Binary 10110101 101000 1101100 0 1001110 101000 11101 101001011 1000000 101011

Color Harmonies of #B5286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5286C

Black with #B5286C

Text Example


Text Example

White with #B5286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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