Html Css Color HEX #B5099B Medium Violet Red

📋 copy color: '#B5099B'

red 181 ◦ green 9 ◦ blue 155

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

Shades of Medium Violet Red #B5099B

Tints of Medium Violet Red #B5099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.61%

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

R = 52.46%
G = 2.61%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5099B (or 0xB5099B) is known color: Medium Violet Red. HEX triplet: B5, 09 and 9B. RGB value is (181,9,155). Sum of RGB (Red+Green+Blue) = 181+9+155=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5099B is #4AF664. Grayscale: #4C4C4C. Windows color (decimal): -4912741 or 10160565. OLE color: 10160565.

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

Color convert

RGB 181 9 155 -
CMYK 0 0.95 0.14 0.29
HSL 309.07º 0.91% 0.37% -
HSV(B) 309.07º 0.95% 0.71% -
XYZ 25.07 12.39 32.08 -
YUV 77.07 171.98 202.13 -
System Red Green Blue C M Y K H S L
Decimal 181 9 155 0 0.95 0.14 0.29 309.07 0.91 0.37
Hex B5 9 9B 0 5F E 1D 135 5B 25
Octal 265 11 233 0 137 16 35 465 133 45
Binary 10110101 1001 10011011 0 1011111 1110 11101 100110101 1011011 100101

Color Harmonies of #B5099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5099B

Black with #B5099B

Text Example


Text Example

White with #B5099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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