Html Css Color HEX #B5098D Medium Violet Red

📋 copy color: '#B5098D'

red 181 ◦ green 9 ◦ blue 141

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

Shades of Medium Violet Red #B5098D

Tints of Medium Violet Red #B5098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 54.68%
G = 2.72%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5098D (or 0xB5098D) is known color: Medium Violet Red. HEX triplet: B5, 09 and 8D. RGB value is (181,9,141). Sum of RGB (Red+Green+Blue) = 181+9+141=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5098D is #4AF672. Grayscale: #4B4B4B. Windows color (decimal): -4912755 or 9243061. OLE color: 9243061.

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

Color convert

RGB 181 9 141 -
CMYK 0 0.95 0.22 0.29
HSL 313.95º 0.91% 0.37% -
HSV(B) 313.95º 0.95% 0.71% -
XYZ 23.96 11.94 26.24 -
YUV 75.48 164.98 203.27 -
System Red Green Blue C M Y K H S L
Decimal 181 9 141 0 0.95 0.22 0.29 313.95 0.91 0.37
Hex B5 9 8D 0 5F 16 1D 13A 5B 25
Octal 265 11 215 0 137 26 35 472 133 45
Binary 10110101 1001 10001101 0 1011111 10110 11101 100111010 1011011 100101

Color Harmonies of #B5098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5098D

Black with #B5098D

Text Example


Text Example

White with #B5098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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