Html Css Color HEX #BA68DB Medium Orchid

📋 copy color: '#BA68DB'

red 186 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #BA68DB

Tints of Medium Orchid #BA68DB

RGB

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

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

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

R = 36.54%
G = 20.43%
B = 43.03%

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

#BA68DB (or 0xBA68DB) is known color: Medium Orchid. HEX triplet: BA, 68 and DB. RGB value is (186,104,219). Sum of RGB (Red+Green+Blue) = 186+104+219=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68DB is #459724. Grayscale: #8D8D8D. Windows color (decimal): -4560677 or 14379194. OLE color: 14379194.

HSL color Cylindrical-coordinate representation of color #BA68DB: hue angle of 282.78º degrees, saturation: 0.61, 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 #BA68DB is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 104 219 -
CMYK 0.15 0.53 0 0.14
HSL 282.78º 0.61% 0.63% -
HSV(B) 282.78º 0.53% 0.86% -
XYZ 37.99 25.45 69.93 -
YUV 141.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 186 104 219 0.15 0.53 0 0.14 282.78 0.61 0.63
Hex BA 68 DB F 35 0 E 11B 3D 3F
Octal 272 150 333 17 65 0 16 433 75 77
Binary 10111010 1101000 11011011 1111 110101 0 1110 100011011 111101 111111

Color Harmonies of #BA68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68DB

Black with #BA68DB

Text Example


Text Example

White with #BA68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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