Html Css Color HEX #BA66DE Medium Orchid

📋 copy color: '#BA66DE'

red 186 ◦ green 102 ◦ blue 222

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

Shades of Medium Orchid #BA66DE

Tints of Medium Orchid #BA66DE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20%

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

R = 36.47%
G = 20%
B = 43.53%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA66DE (or 0xBA66DE) is known color: Medium Orchid. HEX triplet: BA, 66 and DE. RGB value is (186,102,222). Sum of RGB (Red+Green+Blue) = 186+102+222=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA66DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66DE is #459921. Grayscale: #8C8C8C. Windows color (decimal): -4561186 or 14575290. OLE color: 14575290.

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

Color convert

RGB 186 102 222 -
CMYK 0.16 0.54 0 0.13
HSL 282º 0.65% 0.64% -
HSV(B) 282º 0.54% 0.87% -
XYZ 38.19 25.22 71.96 -
YUV 140.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 186 102 222 0.16 0.54 0 0.13 282 0.65 0.64
Hex BA 66 DE 10 36 0 D 11A 41 40
Octal 272 146 336 20 66 0 15 432 101 100
Binary 10111010 1100110 11011110 10000 110110 0 1101 100011010 1000001 1000000

Color Harmonies of #BA66DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66DE

Black with #BA66DE

Text Example


Text Example

White with #BA66DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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