Html Css Color HEX #BA66DB Medium Orchid

📋 copy color: '#BA66DB'

red 186 ◦ green 102 ◦ blue 219

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

Shades of Medium Orchid #BA66DB

Tints of Medium Orchid #BA66DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 36.69%
G = 20.12%
B = 43.2%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA66DB (or 0xBA66DB) is known color: Medium Orchid. HEX triplet: BA, 66 and DB. RGB value is (186,102,219). Sum of RGB (Red+Green+Blue) = 186+102+219=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66DB is #459924. Grayscale: #8C8C8C. Windows color (decimal): -4561189 or 14378682. OLE color: 14378682.

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

Color convert

RGB 186 102 219 -
CMYK 0.15 0.53 0 0.14
HSL 283.08º 0.62% 0.63% -
HSV(B) 283.08º 0.53% 0.86% -
XYZ 37.79 25.06 69.86 -
YUV 140.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 186 102 219 0.15 0.53 0 0.14 283.08 0.62 0.63
Hex BA 66 DB F 35 0 E 11B 3E 3F
Octal 272 146 333 17 65 0 16 433 76 77
Binary 10111010 1100110 11011011 1111 110101 0 1110 100011011 111110 111111

Color Harmonies of #BA66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66DB

Black with #BA66DB

Text Example


Text Example

White with #BA66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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