Html Css Color HEX #B5259B Medium Red Violet

📋 copy color: '#B5259B'

red 181 ◦ green 37 ◦ blue 155

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

Shades of Medium Red Violet #B5259B

Tints of Medium Red Violet #B5259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.55%

R = 48.53%
G = 9.92%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5259B (or 0xB5259B) is known color: Medium Red Violet. HEX triplet: B5, 25 and 9B. RGB value is (181,37,155). Sum of RGB (Red+Green+Blue) = 181+37+155=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5259B is #4ADA64. Grayscale: #5D5D5D. Windows color (decimal): -4905573 or 10167733. OLE color: 10167733.

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

Color convert

RGB 181 37 155 -
CMYK 0 0.80 0.14 0.29
HSL 310.83º 0.66% 0.43% -
HSV(B) 310.83º 0.8% 0.71% -
XYZ 25.63 13.51 32.27 -
YUV 93.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 181 37 155 0 0.80 0.14 0.29 310.83 0.66 0.43
Hex B5 25 9B 0 50 E 1D 137 42 2B
Octal 265 45 233 0 120 16 35 467 102 53
Binary 10110101 100101 10011011 0 1010000 1110 11101 100110111 1000010 101011

Color Harmonies of #B5259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5259B

Black with #B5259B

Text Example


Text Example

White with #B5259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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