Html Css Color HEX #BA60DE Medium Orchid

📋 copy color: '#BA60DE'

red 186 ◦ green 96 ◦ blue 222

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

Shades of Medium Orchid #BA60DE

Tints of Medium Orchid #BA60DE

RGB

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

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

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

R = 36.9%
G = 19.05%
B = 44.05%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA60DE (or 0xBA60DE) is known color: Medium Orchid. HEX triplet: BA, 60 and DE. RGB value is (186,96,222). Sum of RGB (Red+Green+Blue) = 186+96+222=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA60DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60DE is #459F21. Grayscale: #888888. Windows color (decimal): -4562722 or 14573754. OLE color: 14573754.

HSL color Cylindrical-coordinate representation of color #BA60DE: hue angle of 282.86º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA60DE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 96 222 -
CMYK 0.16 0.57 0 0.13
HSL 282.86º 0.66% 0.62% -
HSV(B) 282.86º 0.57% 0.87% -
XYZ 37.62 24.08 71.77 -
YUV 137.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 186 96 222 0.16 0.57 0 0.13 282.86 0.66 0.62
Hex BA 60 DE 10 39 0 D 11B 42 3E
Octal 272 140 336 20 71 0 15 433 102 76
Binary 10111010 1100000 11011110 10000 111001 0 1101 100011011 1000010 111110

Color Harmonies of #BA60DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60DE

Black with #BA60DE

Text Example


Text Example

White with #BA60DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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