Html Css Color HEX #B5259D Medium Red Violet

📋 copy color: '#B5259D'

red 181 ◦ green 37 ◦ blue 157

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

Shades of Medium Red Violet #B5259D

Tints of Medium Red Violet #B5259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 48.27%
G = 9.87%
B = 41.87%

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

#B5259D (or 0xB5259D) is known color: Medium Red Violet. HEX triplet: B5, 25 and 9D. RGB value is (181,37,157). Sum of RGB (Red+Green+Blue) = 181+37+157=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5259D is #4ADA62. Grayscale: #5D5D5D. Windows color (decimal): -4905571 or 10298805. OLE color: 10298805.

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

Color convert

RGB 181 37 157 -
CMYK 0 0.80 0.13 0.29
HSL 310º 0.66% 0.43% -
HSV(B) 310º 0.8% 0.71% -
XYZ 25.8 13.58 33.16 -
YUV 93.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 181 37 157 0 0.80 0.13 0.29 310 0.66 0.43
Hex B5 25 9D 0 50 D 1D 136 42 2B
Octal 265 45 235 0 120 15 35 466 102 53
Binary 10110101 100101 10011101 0 1010000 1101 11101 100110110 1000010 101011

Color Harmonies of #B5259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5259D

Black with #B5259D

Text Example


Text Example

White with #B5259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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