Html Css Color HEX #BA68DE Medium Orchid

📋 copy color: '#BA68DE'

red 186 ◦ green 104 ◦ blue 222

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

Shades of Medium Orchid #BA68DE

Tints of Medium Orchid #BA68DE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.31%

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

R = 36.33%
G = 20.31%
B = 43.36%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA68DE (or 0xBA68DE) is known color: Medium Orchid. HEX triplet: BA, 68 and DE. RGB value is (186,104,222). Sum of RGB (Red+Green+Blue) = 186+104+222=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA68DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68DE is #459721. Grayscale: #8D8D8D. Windows color (decimal): -4560674 or 14575802. OLE color: 14575802.

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

Color convert

RGB 186 104 222 -
CMYK 0.16 0.53 0 0.13
HSL 281.69º 0.64% 0.64% -
HSV(B) 281.69º 0.53% 0.87% -
XYZ 38.38 25.61 72.03 -
YUV 141.97 173.17 159.41 -
System Red Green Blue C M Y K H S L
Decimal 186 104 222 0.16 0.53 0 0.13 281.69 0.64 0.64
Hex BA 68 DE 10 35 0 D 11A 40 40
Octal 272 150 336 20 65 0 15 432 100 100
Binary 10111010 1101000 11011110 10000 110101 0 1101 100011010 1000000 1000000

Color Harmonies of #BA68DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68DE

Black with #BA68DE

Text Example


Text Example

White with #BA68DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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