Html Css Color HEX #BA59D6 Medium Orchid

📋 copy color: '#BA59D6'

red 186 ◦ green 89 ◦ blue 214

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

Shades of Medium Orchid #BA59D6

Tints of Medium Orchid #BA59D6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.2%

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 38.04%
G = 18.2%
B = 43.76%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA59D6 (or 0xBA59D6) is known color: Medium Orchid. HEX triplet: BA, 59 and D6. RGB value is (186,89,214). Sum of RGB (Red+Green+Blue) = 186+89+214=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA59D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59D6 is #45A629. Grayscale: #838383. Windows color (decimal): -4564522 or 14047674. OLE color: 14047674.

HSL color Cylindrical-coordinate representation of color #BA59D6: hue angle of 286.56º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA59D6 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 89 214 -
CMYK 0.13 0.58 0 0.16
HSL 286.56º 0.6% 0.59% -
HSV(B) 286.56º 0.58% 0.84% -
XYZ 35.96 22.44 66.05 -
YUV 132.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 186 89 214 0.13 0.58 0 0.16 286.56 0.6 0.59
Hex BA 59 D6 D 3A 0 10 11F 3C 3B
Octal 272 131 326 15 72 0 20 437 74 73
Binary 10111010 1011001 11010110 1101 111010 0 10000 100011111 111100 111011

Color Harmonies of #BA59D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59D6

Black with #BA59D6

Text Example


Text Example

White with #BA59D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59D6; }

 p { color: rgb(186,89,214); }

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

background-color css

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

 a { background-color: rgb(186,89,214); }

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

border-color css

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

 span { border-color: rgb(186,89,214); }

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