Html Css Color HEX #BA60EE Medium Orchid

📋 copy color: '#BA60EE'

red 186 ◦ green 96 ◦ blue 238

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

Shades of Medium Orchid #BA60EE

Tints of Medium Orchid #BA60EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 35.77%
G = 18.46%
B = 45.77%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA60EE (or 0xBA60EE) is known color: Medium Orchid. HEX triplet: BA, 60 and EE. RGB value is (186,96,238). Sum of RGB (Red+Green+Blue) = 186+96+238=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA60EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60EE is #459F11. Grayscale: #8A8A8A. Windows color (decimal): -4562706 or 15622330. OLE color: 15622330.

HSL color Cylindrical-coordinate representation of color #BA60EE: hue angle of 278.03º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA60EE is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 96 238 -
CMYK 0.22 0.60 0 0.07
HSL 278.03º 0.81% 0.65% -
HSV(B) 278.03º 0.6% 0.93% -
XYZ 39.87 24.98 83.61 -
YUV 139.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 186 96 238 0.22 0.60 0 0.07 278.03 0.81 0.65
Hex BA 60 EE 16 3C 0 7 116 51 41
Octal 272 140 356 26 74 0 7 426 121 101
Binary 10111010 1100000 11101110 10110 111100 0 111 100010110 1010001 1000001

Color Harmonies of #BA60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60EE

Black with #BA60EE

Text Example


Text Example

White with #BA60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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