Html Css Color HEX #BA66DF Medium Orchid

📋 copy color: '#BA66DF'

red 186 ◦ green 102 ◦ blue 223

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

Shades of Medium Orchid #BA66DF

Tints of Medium Orchid #BA66DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 36.4%
G = 19.96%
B = 43.64%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA66DF (or 0xBA66DF) is known color: Medium Orchid. HEX triplet: BA, 66 and DF. RGB value is (186,102,223). Sum of RGB (Red+Green+Blue) = 186+102+223=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66DF is #459920. Grayscale: #8C8C8C. Windows color (decimal): -4561185 or 14640826. OLE color: 14640826.

HSL color Cylindrical-coordinate representation of color #BA66DF: hue angle of 281.65º 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 #BA66DF is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 102 223 -
CMYK 0.17 0.54 0 0.13
HSL 281.65º 0.65% 0.64% -
HSV(B) 281.65º 0.54% 0.87% -
XYZ 38.32 25.27 72.67 -
YUV 140.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 186 102 223 0.17 0.54 0 0.13 281.65 0.65 0.64
Hex BA 66 DF 11 36 0 D 11A 41 40
Octal 272 146 337 21 66 0 15 432 101 100
Binary 10111010 1100110 11011111 10001 110110 0 1101 100011010 1000001 1000000

Color Harmonies of #BA66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66DF

Black with #BA66DF

Text Example


Text Example

White with #BA66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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