Html Css Color HEX #BA468F Mulberry

📋 copy color: '#BA468F'

red 186 ◦ green 70 ◦ blue 143

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

Shades of Mulberry #BA468F

Tints of Mulberry #BA468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.54%

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 46.62%
G = 17.54%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA468F (or 0xBA468F) is known color: Mulberry. HEX triplet: BA, 46 and 8F. RGB value is (186,70,143). Sum of RGB (Red+Green+Blue) = 186+70+143=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA468F is #45B970. Grayscale: #707070. Windows color (decimal): -4569457 or 9389754. OLE color: 9389754.

HSL color Cylindrical-coordinate representation of color #BA468F: hue angle of 322.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA468F is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 70 143 -
CMYK 0 0.62 0.23 0.27
HSL 322.24º 0.46% 0.5% -
HSV(B) 322.24º 0.62% 0.73% -
XYZ 27.4 16.8 27.79 -
YUV 113.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 186 70 143 0 0.62 0.23 0.27 322.24 0.46 0.5
Hex BA 46 8F 0 3E 17 1B 142 2E 32
Octal 272 106 217 0 76 27 33 502 56 62
Binary 10111010 1000110 10001111 0 111110 10111 11011 101000010 101110 110010

Color Harmonies of #BA468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA468F

Black with #BA468F

Text Example


Text Example

White with #BA468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA468F; }

 p { color: rgb(186,70,143); }

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

background-color css

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

 a { background-color: rgb(186,70,143); }

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

border-color css

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

 span { border-color: rgb(186,70,143); }

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