Html Css Color HEX #B5098A Medium Violet Red

📋 copy color: '#B5098A'

red 181 ◦ green 9 ◦ blue 138

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

Shades of Medium Violet Red #B5098A

Tints of Medium Violet Red #B5098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 55.18%
G = 2.74%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5098A (or 0xB5098A) is known color: Medium Violet Red. HEX triplet: B5, 09 and 8A. RGB value is (181,9,138). Sum of RGB (Red+Green+Blue) = 181+9+138=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5098A is #4AF675. Grayscale: #4A4A4A. Windows color (decimal): -4912758 or 9046453. OLE color: 9046453.

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

Color convert

RGB 181 9 138 -
CMYK 0 0.95 0.24 0.29
HSL 315º 0.91% 0.37% -
HSV(B) 315º 0.95% 0.71% -
XYZ 23.74 11.85 25.08 -
YUV 75.13 163.48 203.51 -
System Red Green Blue C M Y K H S L
Decimal 181 9 138 0 0.95 0.24 0.29 315 0.91 0.37
Hex B5 9 8A 0 5F 18 1D 13B 5B 25
Octal 265 11 212 0 137 30 35 473 133 45
Binary 10110101 1001 10001010 0 1011111 11000 11101 100111011 1011011 100101

Color Harmonies of #B5098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5098A

Black with #B5098A

Text Example


Text Example

White with #B5098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5098A; }

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

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

background-color css

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

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

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

border-color css

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

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

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