Html Css Color HEX #BA4F81 Mulberry

📋 copy color: '#BA4F81'

red 186 ◦ green 79 ◦ blue 129

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

Shades of Mulberry #BA4F81

Tints of Mulberry #BA4F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.05%

 BLUE value IS 129 (50.78% from 255) = 32.74%

R = 47.21%
G = 20.05%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA4F81 (or 0xBA4F81) is known color: Mulberry. HEX triplet: BA, 4F and 81. RGB value is (186,79,129). Sum of RGB (Red+Green+Blue) = 186+79+129=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4F81 is #45B07E. Grayscale: #747474. Windows color (decimal): -4567167 or 8474554. OLE color: 8474554.

HSL color Cylindrical-coordinate representation of color #BA4F81: hue angle of 331.96º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F81 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 79 129 -
CMYK 0 0.58 0.31 0.27
HSL 331.96º 0.44% 0.52% -
HSV(B) 331.96º 0.58% 0.73% -
XYZ 27.01 17.62 22.75 -
YUV 116.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 186 79 129 0 0.58 0.31 0.27 331.96 0.44 0.52
Hex BA 4F 81 0 3A 1F 1B 14C 2C 34
Octal 272 117 201 0 72 37 33 514 54 64
Binary 10111010 1001111 10000001 0 111010 11111 11011 101001100 101100 110100

Color Harmonies of #BA4F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F81

Black with #BA4F81

Text Example


Text Example

White with #BA4F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F81; }

 p { color: rgb(186,79,129); }

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

background-color css

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

 a { background-color: rgb(186,79,129); }

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

border-color css

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

 span { border-color: rgb(186,79,129); }

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