Html Css Color HEX #BA68EF Medium Orchid

📋 copy color: '#BA68EF'

red 186 ◦ green 104 ◦ blue 239

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

Shades of Medium Orchid #BA68EF

Tints of Medium Orchid #BA68EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 35.16%
G = 19.66%
B = 45.18%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA68EF (or 0xBA68EF) is known color: Medium Orchid. HEX triplet: BA, 68 and EF. RGB value is (186,104,239). Sum of RGB (Red+Green+Blue) = 186+104+239=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA68EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68EF is #459710. Grayscale: #8F8F8F. Windows color (decimal): -4560657 or 15689914. OLE color: 15689914.

HSL color Cylindrical-coordinate representation of color #BA68EF: hue angle of 276.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA68EF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 104 239 -
CMYK 0.22 0.56 0 0.06
HSL 276.44º 0.81% 0.67% -
HSV(B) 276.44º 0.56% 0.94% -
XYZ 40.78 26.57 84.64 -
YUV 143.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 186 104 239 0.22 0.56 0 0.06 276.44 0.81 0.67
Hex BA 68 EF 16 38 0 6 114 51 43
Octal 272 150 357 26 70 0 6 424 121 103
Binary 10111010 1101000 11101111 10110 111000 0 110 100010100 1010001 1000011

Color Harmonies of #BA68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68EF

Black with #BA68EF

Text Example


Text Example

White with #BA68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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