Html Css Color HEX #B5258F Medium Red Violet

📋 copy color: '#B5258F'

red 181 ◦ green 37 ◦ blue 143

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

Shades of Medium Red Violet #B5258F

Tints of Medium Red Violet #B5258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.61%

R = 50.14%
G = 10.25%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B5258F (or 0xB5258F) is known color: Medium Red Violet. HEX triplet: B5, 25 and 8F. RGB value is (181,37,143). Sum of RGB (Red+Green+Blue) = 181+37+143=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5258F is #4ADA70. Grayscale: #5B5B5B. Windows color (decimal): -4905585 or 9381301. OLE color: 9381301.

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

Color convert

RGB 181 37 143 -
CMYK 0 0.80 0.21 0.29
HSL 315.83º 0.66% 0.43% -
HSV(B) 315.83º 0.8% 0.71% -
XYZ 24.68 13.13 27.22 -
YUV 92.14 156.71 191.38 -
System Red Green Blue C M Y K H S L
Decimal 181 37 143 0 0.80 0.21 0.29 315.83 0.66 0.43
Hex B5 25 8F 0 50 15 1D 13C 42 2B
Octal 265 45 217 0 120 25 35 474 102 53
Binary 10110101 100101 10001111 0 1010000 10101 11101 100111100 1000010 101011

Color Harmonies of #B5258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5258F

Black with #B5258F

Text Example


Text Example

White with #B5258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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