Html Css Color HEX #BA60EF Medium Orchid

📋 copy color: '#BA60EF'

red 186 ◦ green 96 ◦ blue 239

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

Shades of Medium Orchid #BA60EF

Tints of Medium Orchid #BA60EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.43%

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 35.7%
G = 18.43%
B = 45.87%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA60EF (or 0xBA60EF) is known color: Medium Orchid. HEX triplet: BA, 60 and EF. RGB value is (186,96,239). Sum of RGB (Red+Green+Blue) = 186+96+239=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA60EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60EF is #459F10. Grayscale: #8A8A8A. Windows color (decimal): -4562705 or 15687866. OLE color: 15687866.

HSL color Cylindrical-coordinate representation of color #BA60EF: hue angle of 277.76º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA60EF is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 96 239 -
CMYK 0.22 0.60 0 0.06
HSL 277.76º 0.82% 0.66% -
HSV(B) 277.76º 0.6% 0.94% -
XYZ 40.01 25.04 84.39 -
YUV 139.21 184.32 161.37 -
System Red Green Blue C M Y K H S L
Decimal 186 96 239 0.22 0.60 0 0.06 277.76 0.82 0.66
Hex BA 60 EF 16 3C 0 6 116 52 42
Octal 272 140 357 26 74 0 6 426 122 102
Binary 10111010 1100000 11101111 10110 111100 0 110 100010110 1010010 1000010

Color Harmonies of #BA60EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60EF

Black with #BA60EF

Text Example


Text Example

White with #BA60EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60EF; }

 p { color: rgb(186,96,239); }

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

background-color css

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

 a { background-color: rgb(186,96,239); }

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

border-color css

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

 span { border-color: rgb(186,96,239); }

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