Html Css Color HEX #BA63A0 Mulberry

📋 copy color: '#BA63A0'

red 186 ◦ green 99 ◦ blue 160

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

Shades of Mulberry #BA63A0

Tints of Mulberry #BA63A0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.25%

 BLUE value IS 160 (62.89% from 255) = 35.96%

R = 41.8%
G = 22.25%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA63A0 (or 0xBA63A0) is known color: Mulberry. HEX triplet: BA, 63 and A0. RGB value is (186,99,160). Sum of RGB (Red+Green+Blue) = 186+99+160=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63A0 is #459C5F. Grayscale: #838383. Windows color (decimal): -4562016 or 10511290. OLE color: 10511290.

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

Color convert

RGB 186 99 160 -
CMYK 0 0.47 0.14 0.27
HSL 317.93º 0.39% 0.56% -
HSV(B) 317.93º 0.47% 0.73% -
XYZ 31.06 21.9 35.85 -
YUV 131.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 186 99 160 0 0.47 0.14 0.27 317.93 0.39 0.56
Hex BA 63 A0 0 2F E 1B 13E 27 38
Octal 272 143 240 0 57 16 33 476 47 70
Binary 10111010 1100011 10100000 0 101111 1110 11011 100111110 100111 111000

Color Harmonies of #BA63A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63A0

Black with #BA63A0

Text Example


Text Example

White with #BA63A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63A0; }

 p { color: rgb(186,99,160); }

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

background-color css

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

 a { background-color: rgb(186,99,160); }

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

border-color css

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

 span { border-color: rgb(186,99,160); }

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