Html Css Color HEX #B5097B Medium Violet Red

📋 copy color: '#B5097B'

red 181 ◦ green 9 ◦ blue 123

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

Shades of Medium Violet Red #B5097B

Tints of Medium Violet Red #B5097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 57.83%
G = 2.88%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5097B (or 0xB5097B) is known color: Medium Violet Red. HEX triplet: B5, 09 and 7B. RGB value is (181,9,123). Sum of RGB (Red+Green+Blue) = 181+9+123=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5097B is #4AF684. Grayscale: #494949. Windows color (decimal): -4912773 or 8063413. OLE color: 8063413.

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

Color convert

RGB 181 9 123 -
CMYK 0 0.95 0.32 0.29
HSL 320.23º 0.91% 0.37% -
HSV(B) 320.23º 0.95% 0.71% -
XYZ 22.73 11.45 19.75 -
YUV 73.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 181 9 123 0 0.95 0.32 0.29 320.23 0.91 0.37
Hex B5 9 7B 0 5F 20 1D 140 5B 25
Octal 265 11 173 0 137 40 35 500 133 45
Binary 10110101 1001 1111011 0 1011111 100000 11101 101000000 1011011 100101

Color Harmonies of #B5097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5097B

Black with #B5097B

Text Example


Text Example

White with #B5097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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