Html Css Color HEX #BA4A8A Mulberry

📋 copy color: '#BA4A8A'

red 186 ◦ green 74 ◦ blue 138

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

Shades of Mulberry #BA4A8A

Tints of Mulberry #BA4A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.59%

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 46.73%
G = 18.59%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA4A8A (or 0xBA4A8A) is known color: Mulberry. HEX triplet: BA, 4A and 8A. RGB value is (186,74,138). Sum of RGB (Red+Green+Blue) = 186+74+138=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A8A is #45B575. Grayscale: #727272. Windows color (decimal): -4568438 or 9063098. OLE color: 9063098.

HSL color Cylindrical-coordinate representation of color #BA4A8A: hue angle of 325.71º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A8A is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 74 138 -
CMYK 0 0.60 0.26 0.27
HSL 325.71º 0.45% 0.51% -
HSV(B) 325.71º 0.6% 0.73% -
XYZ 27.29 17.17 25.92 -
YUV 114.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 186 74 138 0 0.60 0.26 0.27 325.71 0.45 0.51
Hex BA 4A 8A 0 3C 1A 1B 146 2D 33
Octal 272 112 212 0 74 32 33 506 55 63
Binary 10111010 1001010 10001010 0 111100 11010 11011 101000110 101101 110011

Color Harmonies of #BA4A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A8A

Black with #BA4A8A

Text Example


Text Example

White with #BA4A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A8A; }

 p { color: rgb(186,74,138); }

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

background-color css

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

 a { background-color: rgb(186,74,138); }

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

border-color css

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

 span { border-color: rgb(186,74,138); }

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