Html Css Color HEX #BA6298 Mulberry

📋 copy color: '#BA6298'

red 186 ◦ green 98 ◦ blue 152

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

Shades of Mulberry #BA6298

Tints of Mulberry #BA6298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.86%

R = 42.66%
G = 22.48%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA6298 (or 0xBA6298) is known color: Mulberry. HEX triplet: BA, 62 and 98. RGB value is (186,98,152). Sum of RGB (Red+Green+Blue) = 186+98+152=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6298 is #459D67. Grayscale: #828282. Windows color (decimal): -4562280 or 9986746. OLE color: 9986746.

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

Color convert

RGB 186 98 152 -
CMYK 0 0.47 0.18 0.27
HSL 323.18º 0.39% 0.56% -
HSV(B) 323.18º 0.47% 0.73% -
XYZ 30.28 21.44 32.25 -
YUV 130.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 186 98 152 0 0.47 0.18 0.27 323.18 0.39 0.56
Hex BA 62 98 0 2F 12 1B 143 27 38
Octal 272 142 230 0 57 22 33 503 47 70
Binary 10111010 1100010 10011000 0 101111 10010 11011 101000011 100111 111000

Color Harmonies of #BA6298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6298

Black with #BA6298

Text Example


Text Example

White with #BA6298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6298; }

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

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

background-color css

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

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

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

border-color css

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

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

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