Html Css Color HEX #BA5F9F Mulberry

📋 copy color: '#BA5F9F'

red 186 ◦ green 95 ◦ blue 159

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

Shades of Mulberry #BA5F9F

Tints of Mulberry #BA5F9F

RGB

 RED value IS 186 (73.05% from 255) = 42.27%

 GREEN value IS 95 (37.5% from 255) = 21.59%

 BLUE value IS 159 (62.5% from 255) = 36.14%

R = 42.27%
G = 21.59%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA5F9F (or 0xBA5F9F) is known color: Mulberry. HEX triplet: BA, 5F and 9F. RGB value is (186,95,159). Sum of RGB (Red+Green+Blue) = 186+95+159=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5F9F is #45A060. Grayscale: #818181. Windows color (decimal): -4563041 or 10444730. OLE color: 10444730.

HSL color Cylindrical-coordinate representation of color #BA5F9F: hue angle of 317.8º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5F9F is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 95 159 -
CMYK 0 0.49 0.15 0.27
HSL 317.8º 0.4% 0.55% -
HSV(B) 317.8º 0.49% 0.73% -
XYZ 30.6 21.13 35.27 -
YUV 129.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 186 95 159 0 0.49 0.15 0.27 317.8 0.4 0.55
Hex BA 5F 9F 0 31 F 1B 13E 28 37
Octal 272 137 237 0 61 17 33 476 50 67
Binary 10111010 1011111 10011111 0 110001 1111 11011 100111110 101000 110111

Color Harmonies of #BA5F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F9F

Black with #BA5F9F

Text Example


Text Example

White with #BA5F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F9F; }

 p { color: rgb(186,95,159); }

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

background-color css

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

 a { background-color: rgb(186,95,159); }

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

border-color css

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

 span { border-color: rgb(186,95,159); }

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