Html Css Color HEX #BA4F9A Mulberry

📋 copy color: '#BA4F9A'

red 186 ◦ green 79 ◦ blue 154

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

Shades of Mulberry #BA4F9A

Tints of Mulberry #BA4F9A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.85%

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

R = 44.39%
G = 18.85%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA4F9A (or 0xBA4F9A) is known color: Mulberry. HEX triplet: BA, 4F and 9A. RGB value is (186,79,154). Sum of RGB (Red+Green+Blue) = 186+79+154=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4F9A is #45B065. Grayscale: #777777. Windows color (decimal): -4567142 or 10112954. OLE color: 10112954.

HSL color Cylindrical-coordinate representation of color #BA4F9A: hue angle of 317.94º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F9A is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 79 154 -
CMYK 0 0.58 0.17 0.27
HSL 317.94º 0.44% 0.52% -
HSV(B) 317.94º 0.58% 0.73% -
XYZ 28.88 18.36 32.59 -
YUV 119.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 186 79 154 0 0.58 0.17 0.27 317.94 0.44 0.52
Hex BA 4F 9A 0 3A 11 1B 13E 2C 34
Octal 272 117 232 0 72 21 33 476 54 64
Binary 10111010 1001111 10011010 0 111010 10001 11011 100111110 101100 110100

Color Harmonies of #BA4F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F9A

Black with #BA4F9A

Text Example


Text Example

White with #BA4F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F9A; }

 p { color: rgb(186,79,154); }

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

background-color css

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

 a { background-color: rgb(186,79,154); }

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

border-color css

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

 span { border-color: rgb(186,79,154); }

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