Html Css Color HEX #B5289C Medium Red Violet

📋 copy color: '#B5289C'

red 181 ◦ green 40 ◦ blue 156

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

Shades of Medium Red Violet #B5289C

Tints of Medium Red Violet #B5289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 48.01%
G = 10.61%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5289C (or 0xB5289C) is known color: Medium Red Violet. HEX triplet: B5, 28 and 9C. RGB value is (181,40,156). Sum of RGB (Red+Green+Blue) = 181+40+156=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5289C is #4AD763. Grayscale: #5F5F5F. Windows color (decimal): -4904804 or 10234037. OLE color: 10234037.

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

Color convert

RGB 181 40 156 -
CMYK 0 0.78 0.14 0.29
HSL 310.64º 0.64% 0.43% -
HSV(B) 310.64º 0.78% 0.71% -
XYZ 25.82 13.74 32.74 -
YUV 95.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 181 40 156 0 0.78 0.14 0.29 310.64 0.64 0.43
Hex B5 28 9C 0 4E E 1D 137 40 2B
Octal 265 50 234 0 116 16 35 467 100 53
Binary 10110101 101000 10011100 0 1001110 1110 11101 100110111 1000000 101011

Color Harmonies of #B5289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5289C

Black with #B5289C

Text Example


Text Example

White with #B5289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5289C; }

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

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

background-color css

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

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

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

border-color css

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

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

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