Html Css Color HEX #BA68EC Medium Orchid

📋 copy color: '#BA68EC'

red 186 ◦ green 104 ◦ blue 236

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

Shades of Medium Orchid #BA68EC

Tints of Medium Orchid #BA68EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 35.36%
G = 19.77%
B = 44.87%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA68EC (or 0xBA68EC) is known color: Medium Orchid. HEX triplet: BA, 68 and EC. RGB value is (186,104,236). Sum of RGB (Red+Green+Blue) = 186+104+236=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA68EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68EC is #459713. Grayscale: #8F8F8F. Windows color (decimal): -4560660 or 15493306. OLE color: 15493306.

HSL color Cylindrical-coordinate representation of color #BA68EC: hue angle of 277.27º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA68EC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 104 236 -
CMYK 0.21 0.56 0 0.07
HSL 277.27º 0.78% 0.67% -
HSV(B) 277.27º 0.56% 0.93% -
XYZ 40.34 26.4 82.33 -
YUV 143.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 186 104 236 0.21 0.56 0 0.07 277.27 0.78 0.67
Hex BA 68 EC 15 38 0 7 115 4E 43
Octal 272 150 354 25 70 0 7 425 116 103
Binary 10111010 1101000 11101100 10101 111000 0 111 100010101 1001110 1000011

Color Harmonies of #BA68EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68EC

Black with #BA68EC

Text Example


Text Example

White with #BA68EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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