Html Css Color HEX #B5389A Medium Red Violet

📋 copy color: '#B5389A'

red 181 ◦ green 56 ◦ blue 154

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

Shades of Medium Red Violet #B5389A

Tints of Medium Red Violet #B5389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.32%

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

R = 46.29%
G = 14.32%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5389A (or 0xB5389A) is known color: Medium Red Violet. HEX triplet: B5, 38 and 9A. RGB value is (181,56,154). Sum of RGB (Red+Green+Blue) = 181+56+154=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5389A is #4AC765. Grayscale: #686868. Windows color (decimal): -4900710 or 10107061. OLE color: 10107061.

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

Color convert

RGB 181 56 154 -
CMYK 0 0.69 0.15 0.29
HSL 312.96º 0.53% 0.46% -
HSV(B) 312.96º 0.69% 0.71% -
XYZ 26.3 14.99 32.08 -
YUV 104.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 181 56 154 0 0.69 0.15 0.29 312.96 0.53 0.46
Hex B5 38 9A 0 45 F 1D 139 35 2E
Octal 265 70 232 0 105 17 35 471 65 56
Binary 10110101 111000 10011010 0 1000101 1111 11101 100111001 110101 101110

Color Harmonies of #B5389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5389A

Black with #B5389A

Text Example


Text Example

White with #B5389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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