Html Css Color HEX #BA68DC Medium Orchid

📋 copy color: '#BA68DC'

red 186 ◦ green 104 ◦ blue 220

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

Shades of Medium Orchid #BA68DC

Tints of Medium Orchid #BA68DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 36.47%
G = 20.39%
B = 43.14%

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

#BA68DC (or 0xBA68DC) is known color: Medium Orchid. HEX triplet: BA, 68 and DC. RGB value is (186,104,220). Sum of RGB (Red+Green+Blue) = 186+104+220=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA68DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68DC is #459723. Grayscale: #8D8D8D. Windows color (decimal): -4560676 or 14444730. OLE color: 14444730.

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

Color convert

RGB 186 104 220 -
CMYK 0.15 0.53 0 0.14
HSL 282.41º 0.62% 0.64% -
HSV(B) 282.41º 0.53% 0.86% -
XYZ 38.12 25.51 70.62 -
YUV 141.74 172.17 159.57 -
System Red Green Blue C M Y K H S L
Decimal 186 104 220 0.15 0.53 0 0.14 282.41 0.62 0.64
Hex BA 68 DC F 35 0 E 11A 3E 40
Octal 272 150 334 17 65 0 16 432 76 100
Binary 10111010 1101000 11011100 1111 110101 0 1110 100011010 111110 1000000

Color Harmonies of #BA68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68DC

Black with #BA68DC

Text Example


Text Example

White with #BA68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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