Html Css Color HEX #B5309A Medium Red Violet

📋 copy color: '#B5309A'

red 181 ◦ green 48 ◦ blue 154

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

Shades of Medium Red Violet #B5309A

Tints of Medium Red Violet #B5309A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.53%

 BLUE value IS 154 (60.55% from 255) = 40.21%

R = 47.26%
G = 12.53%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5309A (or 0xB5309A) is known color: Medium Red Violet. HEX triplet: B5, 30 and 9A. RGB value is (181,48,154). Sum of RGB (Red+Green+Blue) = 181+48+154=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B5309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5309A is #4ACF65. Grayscale: #636363. Windows color (decimal): -4902758 or 10105013. OLE color: 10105013.

HSL color Cylindrical-coordinate representation of color #B5309A: hue angle of 312.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5309A is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 48 154 -
CMYK 0 0.73 0.15 0.29
HSL 312.18º 0.58% 0.45% -
HSV(B) 312.18º 0.73% 0.71% -
XYZ 25.95 14.27 31.96 -
YUV 99.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 181 48 154 0 0.73 0.15 0.29 312.18 0.58 0.45
Hex B5 30 9A 0 49 F 1D 138 3A 2D
Octal 265 60 232 0 111 17 35 470 72 55
Binary 10110101 110000 10011010 0 1001001 1111 11101 100111000 111010 101101

Color Harmonies of #B5309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5309A

Black with #B5309A

Text Example


Text Example

White with #B5309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5309A; }

 p { color: rgb(181,48,154); }

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

background-color css

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

 a { background-color: rgb(181,48,154); }

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

border-color css

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

 span { border-color: rgb(181,48,154); }

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