Html Css Color HEX #BA4F9E Mulberry

📋 copy color: '#BA4F9E'

red 186 ◦ green 79 ◦ blue 158

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

Shades of Mulberry #BA4F9E

Tints of Mulberry #BA4F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.35%

R = 43.97%
G = 18.68%
B = 37.35%

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

#BA4F9E (or 0xBA4F9E) is known color: Mulberry. HEX triplet: BA, 4F and 9E. RGB value is (186,79,158). Sum of RGB (Red+Green+Blue) = 186+79+158=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4F9E is #45B061. Grayscale: #777777. Windows color (decimal): -4567138 or 10375098. OLE color: 10375098.

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

Color convert

RGB 186 79 158 -
CMYK 0 0.58 0.15 0.27
HSL 315.7º 0.44% 0.52% -
HSV(B) 315.7º 0.58% 0.73% -
XYZ 29.22 18.5 34.38 -
YUV 120 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 186 79 158 0 0.58 0.15 0.27 315.7 0.44 0.52
Hex BA 4F 9E 0 3A F 1B 13C 2C 34
Octal 272 117 236 0 72 17 33 474 54 64
Binary 10111010 1001111 10011110 0 111010 1111 11011 100111100 101100 110100

Color Harmonies of #BA4F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F9E

Black with #BA4F9E

Text Example


Text Example

White with #BA4F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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