Html Css Color HEX #B5259E Medium Red Violet

📋 copy color: '#B5259E'

red 181 ◦ green 37 ◦ blue 158

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

Shades of Medium Red Violet #B5259E

Tints of Medium Red Violet #B5259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.84%

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 48.14%
G = 9.84%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5259E (or 0xB5259E) is known color: Medium Red Violet. HEX triplet: B5, 25 and 9E. RGB value is (181,37,158). Sum of RGB (Red+Green+Blue) = 181+37+158=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5259E is #4ADA61. Grayscale: #5D5D5D. Windows color (decimal): -4905570 or 10364341. OLE color: 10364341.

HSL color Cylindrical-coordinate representation of color #B5259E: hue angle of 309.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5259E is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 37 158 -
CMYK 0 0.80 0.13 0.29
HSL 309.58º 0.66% 0.43% -
HSV(B) 309.58º 0.8% 0.71% -
XYZ 25.89 13.62 33.61 -
YUV 93.85 164.21 190.16 -
System Red Green Blue C M Y K H S L
Decimal 181 37 158 0 0.80 0.13 0.29 309.58 0.66 0.43
Hex B5 25 9E 0 50 D 1D 136 42 2B
Octal 265 45 236 0 120 15 35 466 102 53
Binary 10110101 100101 10011110 0 1010000 1101 11101 100110110 1000010 101011

Color Harmonies of #B5259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5259E

Black with #B5259E

Text Example


Text Example

White with #B5259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5259E; }

 p { color: rgb(181,37,158); }

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

background-color css

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

 a { background-color: rgb(181,37,158); }

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

border-color css

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

 span { border-color: rgb(181,37,158); }

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