Html Css Color HEX #BA68DF Medium Orchid

📋 copy color: '#BA68DF'

red 186 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #BA68DF

Tints of Medium Orchid #BA68DF

RGB

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

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

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

R = 36.26%
G = 20.27%
B = 43.47%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA68DF (or 0xBA68DF) is known color: Medium Orchid. HEX triplet: BA, 68 and DF. RGB value is (186,104,223). Sum of RGB (Red+Green+Blue) = 186+104+223=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA68DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68DF is #459720. Grayscale: #8D8D8D. Windows color (decimal): -4560673 or 14641338. OLE color: 14641338.

HSL color Cylindrical-coordinate representation of color #BA68DF: hue angle of 281.34º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA68DF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 104 223 -
CMYK 0.17 0.53 0 0.13
HSL 281.34º 0.65% 0.64% -
HSV(B) 281.34º 0.53% 0.87% -
XYZ 38.52 25.67 72.74 -
YUV 142.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 186 104 223 0.17 0.53 0 0.13 281.34 0.65 0.64
Hex BA 68 DF 11 35 0 D 119 41 40
Octal 272 150 337 21 65 0 15 431 101 100
Binary 10111010 1101000 11011111 10001 110101 0 1101 100011001 1000001 1000000

Color Harmonies of #BA68DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68DF

Black with #BA68DF

Text Example


Text Example

White with #BA68DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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