Html Css Color HEX #BA59DE Medium Orchid

📋 copy color: '#BA59DE'

red 186 ◦ green 89 ◦ blue 222

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

Shades of Medium Orchid #BA59DE

Tints of Medium Orchid #BA59DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 37.42%
G = 17.91%
B = 44.67%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA59DE (or 0xBA59DE) is known color: Medium Orchid. HEX triplet: BA, 59 and DE. RGB value is (186,89,222). Sum of RGB (Red+Green+Blue) = 186+89+222=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA59DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59DE is #45A621. Grayscale: #848484. Windows color (decimal): -4564514 or 14571962. OLE color: 14571962.

HSL color Cylindrical-coordinate representation of color #BA59DE: hue angle of 283.76º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA59DE is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 89 222 -
CMYK 0.16 0.60 0 0.13
HSL 283.76º 0.67% 0.61% -
HSV(B) 283.76º 0.6% 0.87% -
XYZ 37.01 22.86 71.57 -
YUV 133.17 178.14 165.69 -
System Red Green Blue C M Y K H S L
Decimal 186 89 222 0.16 0.60 0 0.13 283.76 0.67 0.61
Hex BA 59 DE 10 3C 0 D 11C 43 3D
Octal 272 131 336 20 74 0 15 434 103 75
Binary 10111010 1011001 11011110 10000 111100 0 1101 100011100 1000011 111101

Color Harmonies of #BA59DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59DE

Black with #BA59DE

Text Example


Text Example

White with #BA59DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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