Html Css Color HEX #BA59CE Medium Orchid

📋 copy color: '#BA59CE'

red 186 ◦ green 89 ◦ blue 206

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

Shades of Medium Orchid #BA59CE

Tints of Medium Orchid #BA59CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 38.67%
G = 18.5%
B = 42.83%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA59CE (or 0xBA59CE) is known color: Medium Orchid. HEX triplet: BA, 59 and CE. RGB value is (186,89,206). Sum of RGB (Red+Green+Blue) = 186+89+206=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA59CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59CE is #45A631. Grayscale: #828282. Windows color (decimal): -4564530 or 13523386. OLE color: 13523386.

HSL color Cylindrical-coordinate representation of color #BA59CE: hue angle of 289.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA59CE is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 89 206 -
CMYK 0.10 0.57 0 0.19
HSL 289.74º 0.54% 0.58% -
HSV(B) 289.74º 0.57% 0.81% -
XYZ 34.96 22.04 60.8 -
YUV 131.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 186 89 206 0.10 0.57 0 0.19 289.74 0.54 0.58
Hex BA 59 CE A 39 0 13 122 36 3A
Octal 272 131 316 12 71 0 23 442 66 72
Binary 10111010 1011001 11001110 1010 111001 0 10011 100100010 110110 111010

Color Harmonies of #BA59CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59CE

Black with #BA59CE

Text Example


Text Example

White with #BA59CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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