Html Css Color HEX #BA6198 Mulberry

📋 copy color: '#BA6198'

red 186 ◦ green 97 ◦ blue 152

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

Shades of Mulberry #BA6198

Tints of Mulberry #BA6198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.3%

 BLUE value IS 152 (59.77% from 255) = 34.94%

R = 42.76%
G = 22.3%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA6198 (or 0xBA6198) is known color: Mulberry. HEX triplet: BA, 61 and 98. RGB value is (186,97,152). Sum of RGB (Red+Green+Blue) = 186+97+152=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6198 is #459E67. Grayscale: #818181. Windows color (decimal): -4562536 or 9986490. OLE color: 9986490.

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

Color convert

RGB 186 97 152 -
CMYK 0 0.48 0.18 0.27
HSL 322.92º 0.39% 0.55% -
HSV(B) 322.92º 0.48% 0.73% -
XYZ 30.19 21.26 32.22 -
YUV 129.88 140.49 168.03 -
System Red Green Blue C M Y K H S L
Decimal 186 97 152 0 0.48 0.18 0.27 322.92 0.39 0.55
Hex BA 61 98 0 30 12 1B 143 27 37
Octal 272 141 230 0 60 22 33 503 47 67
Binary 10111010 1100001 10011000 0 110000 10010 11011 101000011 100111 110111

Color Harmonies of #BA6198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6198

Black with #BA6198

Text Example


Text Example

White with #BA6198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6198; }

 p { color: rgb(186,97,152); }

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

background-color css

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

 a { background-color: rgb(186,97,152); }

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

border-color css

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

 span { border-color: rgb(186,97,152); }

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