Html Css Color HEX #B5089B Medium Violet Red

📋 copy color: '#B5089B'

red 181 ◦ green 8 ◦ blue 155

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

Shades of Medium Violet Red #B5089B

Tints of Medium Violet Red #B5089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

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

R = 52.62%
G = 2.33%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5089B (or 0xB5089B) is known color: Medium Violet Red. HEX triplet: B5, 08 and 9B. RGB value is (181,8,155). Sum of RGB (Red+Green+Blue) = 181+8+155=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5089B is #4AF764. Grayscale: #4C4C4C. Windows color (decimal): -4912997 or 10160309. OLE color: 10160309.

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

Color convert

RGB 181 8 155 -
CMYK 0 0.96 0.14 0.29
HSL 309.02º 0.92% 0.37% -
HSV(B) 309.02º 0.96% 0.71% -
XYZ 25.06 12.36 32.08 -
YUV 76.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 181 8 155 0 0.96 0.14 0.29 309.02 0.92 0.37
Hex B5 8 9B 0 60 E 1D 135 5C 25
Octal 265 10 233 0 140 16 35 465 134 45
Binary 10110101 1000 10011011 0 1100000 1110 11101 100110101 1011100 100101

Color Harmonies of #B5089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5089B

Black with #B5089B

Text Example


Text Example

White with #B5089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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