Html Css Color HEX #BA629F Mulberry

📋 copy color: '#BA629F'

red 186 ◦ green 98 ◦ blue 159

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

Shades of Mulberry #BA629F

Tints of Mulberry #BA629F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.12%

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

R = 41.99%
G = 22.12%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA629F (or 0xBA629F) is known color: Mulberry. HEX triplet: BA, 62 and 9F. RGB value is (186,98,159). Sum of RGB (Red+Green+Blue) = 186+98+159=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA629F is #459D60. Grayscale: #838383. Windows color (decimal): -4562273 or 10445498. OLE color: 10445498.

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

Color convert

RGB 186 98 159 -
CMYK 0 0.47 0.15 0.27
HSL 318.41º 0.39% 0.56% -
HSV(B) 318.41º 0.47% 0.73% -
XYZ 30.88 21.68 35.36 -
YUV 131.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 186 98 159 0 0.47 0.15 0.27 318.41 0.39 0.56
Hex BA 62 9F 0 2F F 1B 13E 27 38
Octal 272 142 237 0 57 17 33 476 47 70
Binary 10111010 1100010 10011111 0 101111 1111 11011 100111110 100111 111000

Color Harmonies of #BA629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA629F

Black with #BA629F

Text Example


Text Example

White with #BA629F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA629F; }

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

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

background-color css

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

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

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

border-color css

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

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

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