Html Css Color HEX #BA4F9F Mulberry

📋 copy color: '#BA4F9F'

red 186 ◦ green 79 ◦ blue 159

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

Shades of Mulberry #BA4F9F

Tints of Mulberry #BA4F9F

RGB

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

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

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

R = 43.87%
G = 18.63%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA4F9F (or 0xBA4F9F) is known color: Mulberry. HEX triplet: BA, 4F and 9F. RGB value is (186,79,159). Sum of RGB (Red+Green+Blue) = 186+79+159=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4F9F is #45B060. Grayscale: #777777. Windows color (decimal): -4567137 or 10440634. OLE color: 10440634.

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

Color convert

RGB 186 79 159 -
CMYK 0 0.58 0.15 0.27
HSL 315.14º 0.44% 0.52% -
HSV(B) 315.14º 0.58% 0.73% -
XYZ 29.3 18.53 34.83 -
YUV 120.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 186 79 159 0 0.58 0.15 0.27 315.14 0.44 0.52
Hex BA 4F 9F 0 3A F 1B 13B 2C 34
Octal 272 117 237 0 72 17 33 473 54 64
Binary 10111010 1001111 10011111 0 111010 1111 11011 100111011 101100 110100

Color Harmonies of #BA4F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F9F

Black with #BA4F9F

Text Example


Text Example

White with #BA4F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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