Html Css Color HEX #BA66D9 Medium Orchid

📋 copy color: '#BA66D9'

red 186 ◦ green 102 ◦ blue 217

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

Shades of Medium Orchid #BA66D9

Tints of Medium Orchid #BA66D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.97%

R = 36.83%
G = 20.2%
B = 42.97%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA66D9 (or 0xBA66D9) is known color: Medium Orchid. HEX triplet: BA, 66 and D9. RGB value is (186,102,217). Sum of RGB (Red+Green+Blue) = 186+102+217=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA66D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66D9 is #459926. Grayscale: #8B8B8B. Windows color (decimal): -4561191 or 14247610. OLE color: 14247610.

HSL color Cylindrical-coordinate representation of color #BA66D9: hue angle of 283.83º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA66D9 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 102 217 -
CMYK 0.14 0.53 0 0.15
HSL 283.83º 0.6% 0.63% -
HSV(B) 283.83º 0.53% 0.85% -
XYZ 37.53 24.95 68.48 -
YUV 140.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 186 102 217 0.14 0.53 0 0.15 283.83 0.6 0.63
Hex BA 66 D9 E 35 0 F 11C 3C 3F
Octal 272 146 331 16 65 0 17 434 74 77
Binary 10111010 1100110 11011001 1110 110101 0 1111 100011100 111100 111111

Color Harmonies of #BA66D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66D9

Black with #BA66D9

Text Example


Text Example

White with #BA66D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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