Html Css Color HEX #BA60ED Medium Orchid

📋 copy color: '#BA60ED'

red 186 ◦ green 96 ◦ blue 237

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

Shades of Medium Orchid #BA60ED

Tints of Medium Orchid #BA60ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 35.84%
G = 18.5%
B = 45.66%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA60ED (or 0xBA60ED) is known color: Medium Orchid. HEX triplet: BA, 60 and ED. RGB value is (186,96,237). Sum of RGB (Red+Green+Blue) = 186+96+237=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60ED is #459F12. Grayscale: #8A8A8A. Windows color (decimal): -4562707 or 15556794. OLE color: 15556794.

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

Color convert

RGB 186 96 237 -
CMYK 0.22 0.59 0 0.07
HSL 278.3º 0.8% 0.65% -
HSV(B) 278.3º 0.59% 0.93% -
XYZ 39.72 24.92 82.84 -
YUV 138.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 186 96 237 0.22 0.59 0 0.07 278.3 0.8 0.65
Hex BA 60 ED 16 3B 0 7 116 50 41
Octal 272 140 355 26 73 0 7 426 120 101
Binary 10111010 1100000 11101101 10110 111011 0 111 100010110 1010000 1000001

Color Harmonies of #BA60ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60ED

Black with #BA60ED

Text Example


Text Example

White with #BA60ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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