Html Css Color HEX #BA4E9F Mulberry

📋 copy color: '#BA4E9F'

red 186 ◦ green 78 ◦ blue 159

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

Shades of Mulberry #BA4E9F

Tints of Mulberry #BA4E9F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.44%

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

R = 43.97%
G = 18.44%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA4E9F (or 0xBA4E9F) is known color: Mulberry. HEX triplet: BA, 4E and 9F. RGB value is (186,78,159). Sum of RGB (Red+Green+Blue) = 186+78+159=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E9F is #45B160. Grayscale: #777777. Windows color (decimal): -4567393 or 10440378. OLE color: 10440378.

HSL color Cylindrical-coordinate representation of color #BA4E9F: hue angle of 315º 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 #BA4E9F is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 159 -
CMYK 0 0.58 0.15 0.27
HSL 315º 0.44% 0.52% -
HSV(B) 315º 0.58% 0.73% -
XYZ 29.23 18.39 34.81 -
YUV 119.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 186 78 159 0 0.58 0.15 0.27 315 0.44 0.52
Hex BA 4E 9F 0 3A F 1B 13B 2C 34
Octal 272 116 237 0 72 17 33 473 54 64
Binary 10111010 1001110 10011111 0 111010 1111 11011 100111011 101100 110100

Color Harmonies of #BA4E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E9F

Black with #BA4E9F

Text Example


Text Example

White with #BA4E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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