Html Css Color HEX #B5239B Medium Red Violet

📋 copy color: '#B5239B'

red 181 ◦ green 35 ◦ blue 155

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

Shades of Medium Red Violet #B5239B

Tints of Medium Red Violet #B5239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

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

R = 48.79%
G = 9.43%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5239B (or 0xB5239B) is known color: Medium Red Violet. HEX triplet: B5, 23 and 9B. RGB value is (181,35,155). Sum of RGB (Red+Green+Blue) = 181+35+155=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5239B is #4ADC64. Grayscale: #5B5B5B. Windows color (decimal): -4906085 or 10167221. OLE color: 10167221.

HSL color Cylindrical-coordinate representation of color #B5239B: hue angle of 310.68º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5239B is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 35 155 -
CMYK 0 0.81 0.14 0.29
HSL 310.68º 0.68% 0.42% -
HSV(B) 310.68º 0.81% 0.71% -
XYZ 25.57 13.39 32.25 -
YUV 92.33 163.37 191.24 -
System Red Green Blue C M Y K H S L
Decimal 181 35 155 0 0.81 0.14 0.29 310.68 0.68 0.42
Hex B5 23 9B 0 51 E 1D 137 44 2A
Octal 265 43 233 0 121 16 35 467 104 52
Binary 10110101 100011 10011011 0 1010001 1110 11101 100110111 1000100 101010

Color Harmonies of #B5239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5239B

Black with #B5239B

Text Example


Text Example

White with #B5239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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